19 lines
618 B
Fish
19 lines
618 B
Fish
abbr -a -- cl clear
|
|
abbr -a -- tm tmux
|
|
abbr -a -- docker podman
|
|
abbr -a -- g git
|
|
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
|
|
abbr -a --position anywhere --command tmux -- r rename
|
|
abbr -a --position anywhere --command tmux -- rw renamew
|
|
|