dotfiles/.config/zsh-abbr/user-abbreviations

10 lines
255 B
Text
Raw Normal View History

2023-07-02 16:34:21 +02:00
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"