dotfiles/.config/zsh-abbr/abbr-jj

7 lines
240 B
Text
Raw Normal View History

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