zsh: add zsh-abbr

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

6
.config/zsh-abbr/abbr-jj Normal file
View 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"