From 7540f0540d08ebb254e60f1492aadf7688ab714b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 27 Dec 2023 12:39:05 +0100 Subject: [PATCH] zsh: abbr updates --- .config/zsh-abbr/user-abbreviations | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"