dotfiles/.config/zsh-abbr/abbr-jj
2023-07-02 16:40:18 +02:00

6 lines
240 B
Text

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"