Merge branch 'master' of git.venya.tech:mega_venik/dotfiles
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
- link:
|
||||
~/.tmux.conf: tmux.conf
|
||||
~/.vim: vim
|
||||
~/.zshrc: zsh/zshrc
|
||||
~/.bashrc: bash/bashrc
|
||||
~/.zshrc: shell/zsh/zshrc
|
||||
~/.bashrc: shell/bash/bashrc
|
||||
|
||||
- asdf:
|
||||
- plugin: vim
|
||||
|
||||
2
shell/alias.sh
Normal file
2
shell/alias.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
alias l="ls -lah"
|
||||
alias lg="LANG=en_US-UTF-8 lazygit"
|
||||
@@ -1,4 +1,5 @@
|
||||
source ~/.dotfiles/git/git-prompt.sh
|
||||
source ~/.dotfiles/shell/alias.sh
|
||||
PROMPT_COMMAND='PS1_CMD1=$(__git_ps1 " [%s]")'; PS1='\[\e[38;5;117m\]\u\[\e[0m\] \w${PS1_CMD1}\$ '
|
||||
|
||||
#
|
||||
@@ -1,3 +1,4 @@
|
||||
source ~/.dotfiles/shell/alias.sh
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if type brew &>/dev/null
|
||||
then
|
||||
Reference in New Issue
Block a user