Update
This commit is contained in:
11
.config/fish/abbreviations.fish
Normal file
11
.config/fish/abbreviations.fish
Normal file
@@ -0,0 +1,11 @@
|
||||
abbr ls 'exa --color=auto'
|
||||
abbr sl 'exa --color=auto'
|
||||
abbr ll 'exa -la --color=auto'
|
||||
abbr ip 'ip --color=auto'
|
||||
|
||||
abbr gs 'git status'
|
||||
abbr gcm 'git commit -m'
|
||||
abbr config 'git --git-dir=$HOME/config-files/ --work-tree=$HOME'
|
||||
|
||||
abbr .. 'cd ..'
|
||||
abbr vi 'vim'
|
||||
Reference in New Issue
Block a user