zsh: rec abbrev
This commit is contained in:
parent
3b5cca3513
commit
136f6f7de3
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue