zsh: automatic jj abbreviations
This commit is contained in:
parent
f8d1cf1a57
commit
1ba2eef66b
3 changed files with 35 additions and 8 deletions
.config/zsh-abbr
|
@ -1,4 +1,4 @@
|
|||
abbr "abbr-jj"="source ~/.config/zsh-abbr/abbr-jj"
|
||||
abbr "b"="git branch -va"
|
||||
abbr "c"="git commit"
|
||||
abbr "d"="git diff --stat -p -C --color-words"
|
||||
abbr "g"="git"
|
||||
|
@ -6,4 +6,6 @@ abbr "k"="kubectl"
|
|||
abbr "new"="git checkout --detach main"
|
||||
abbr "p"="git push"
|
||||
abbr "s"="git status"
|
||||
abbr "sl"="git sl"
|
||||
abbr "sl"="git branchless smartlog"
|
||||
abbr "sw"="git branchless switch --interactive"
|
||||
abbr "sy"="git sync --pull"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue