diff --git a/.config/zsh-abbr/user-abbreviations b/.config/zsh-abbr/user-abbreviations index 8ad9b83..b0d3a00 100644 --- a/.config/zsh-abbr/user-abbreviations +++ b/.config/zsh-abbr/user-abbreviations @@ -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"