config-files/.config/fish/abbreviations.fish

11 lines
190 B
Fish
Raw Normal View History

2023-02-08 11:16:16 -05:00
abbr ls 'exa --color=auto'
abbr sl 'exa --color=auto'
abbr ll 'exa -la --color=auto'
abbr ip 'ip --color=auto'
2023-04-20 09:04:44 -04:00
abbr gss 'git status'
2023-02-08 11:16:16 -05:00
abbr gcm 'git commit -m'
abbr .. 'cd ..'
abbr vi 'vim'