zsh: abbr updates
This commit is contained in:
parent
e73da671ab
commit
7540f0540d
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@ abbr "b"="git branch -va"
|
|||
abbr "c"="git commit"
|
||||
abbr "d"="git diff --stat -p -C --color-words"
|
||||
abbr "g"="git"
|
||||
abbr "gsw"="git gerrit-switch"
|
||||
abbr "k"="kubectl"
|
||||
abbr "new"="git checkout --detach main"
|
||||
abbr "p"="git push"
|
||||
abbr "rec"="git record"
|
||||
abbr "s"="git status"
|
||||
abbr "s"="git st"
|
||||
abbr "sl"="git branchless smartlog"
|
||||
abbr "sw"="git branchless switch --interactive"
|
||||
abbr "sy"="git sync --pull"
|
||||
|
|
Loading…
Reference in a new issue