zsh: add zsh-abbr

This commit is contained in:
Daniel Lundin 2023-07-02 16:34:21 +02:00
parent 8050aa5304
commit f8d1cf1a57
3 changed files with 17 additions and 0 deletions
.config/zsh-abbr

View file

@ -0,0 +1,9 @@
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"