zsh: add zsh-abbr
This commit is contained in:
parent
8050aa5304
commit
f8d1cf1a57
3 changed files with 17 additions and 0 deletions
.config/zsh-abbr
9
.config/zsh-abbr/user-abbreviations
Normal file
9
.config/zsh-abbr/user-abbreviations
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue