17 lines
515 B
Fish
17 lines
515 B
Fish
abbr -a -- cl clear
|
|
abbr -a -- docker podman
|
|
abbr -a -- g git
|
|
#abbr -a -- gs 'git status'
|
|
abbr -a -- l ezals
|
|
abbr -a -- ll 'ezals -TL2'
|
|
abbr -a -- ls ezals
|
|
abbr -a -- q exit
|
|
abbr -a -- v nvim
|
|
abbr -a --position anywhere --command git -- a add
|
|
abbr -a --position anywhere --command git -- b branch
|
|
abbr -a --position anywhere --command git -- c commit
|
|
abbr -a --position anywhere --command git -- co checkout
|
|
abbr -a --position anywhere --command git -- d diff
|
|
abbr -a --position anywhere --command git -- s status
|
|
|