10 lines
255 B
Text
10 lines
255 B
Text
|
abbr "abbr-jj"="source ~/.config/zsh-abbr/abbr-jj"
|
||
|
abbr "c"="git commit"
|
||
|
abbr "d"="git diff --stat -p -C --color-words"
|
||
|
abbr "g"="git"
|
||
|
abbr "k"="kubectl"
|
||
|
abbr "new"="git checkout --detach main"
|
||
|
abbr "p"="git push"
|
||
|
abbr "s"="git status"
|
||
|
abbr "sl"="git sl"
|