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
6
.config/zsh-abbr/abbr-jj
Normal file
6
.config/zsh-abbr/abbr-jj
Normal file
|
@ -0,0 +1,6 @@
|
|||
abbr add -S --force "c"="jj commit"
|
||||
abbr add -S --force "new"="jj new main"
|
||||
abbr add -S --force "p"="jj git push"
|
||||
abbr add -S --force "s"="jj status"
|
||||
abbr add -S --force "sl"="jj log --ignore-working-copy"
|
||||
abbr add -S --force "d"="jj show"
|
Loading…
Add table
Add a link
Reference in a new issue