Add abbr for bat and git status
This commit is contained in:
@ -11,6 +11,7 @@ abbr -a ld $ls -a --total-size
|
||||
abbr -a l $ls -a
|
||||
|
||||
# git
|
||||
abbr -a gs git checkout
|
||||
abbr -a gco git checkout
|
||||
abbr -a gcb git checkout -b
|
||||
abbr -a gl git pull
|
||||
@ -40,3 +41,8 @@ abbr -a .... cd ../../..
|
||||
# pixi
|
||||
abbr -a pxi pixi global install
|
||||
abbr -a pxs pixi global sync
|
||||
|
||||
# bat
|
||||
if type -q "bat"
|
||||
abbr -a cat bat
|
||||
end
|
Reference in New Issue
Block a user