zsh: rec abbrev

This commit is contained in:
Daniel Lundin 2023-07-15 11:09:51 +02:00
parent 3b5cca3513
commit 136f6f7de3

View file

@ -5,6 +5,7 @@ abbr "g"="git"
abbr "k"="kubectl"
abbr "new"="git checkout --detach main"
abbr "p"="git push"
abbr "rec"="git record"
abbr "s"="git status"
abbr "sl"="git branchless smartlog"
abbr "sw"="git branchless switch --interactive"