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