dotfiles/.config/zsh-abbr/user-abbreviations
2023-07-02 16:40:18 +02:00

9 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"