dotfiles/.config/fish/conf.d/abbr.fish
2024-05-12 11:25:11 +02:00

6 lines
235 B
Fish

abbr --add b git branch -va
abbr --add d git diff --stat -p -C --color-words
abbr --add new git checkout --detach main
abbr --add s git status -sb
abbr --add sl git branchless smartlog
abbr --add sw git branchless switch --interactive