From 136f6f7de3892640c9c2648ec1392cc5172427b7 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 15 Jul 2023 11:09:51 +0200 Subject: [PATCH] zsh: rec abbrev --- .config/zsh-abbr/user-abbreviations | 1 + 1 file changed, 1 insertion(+) 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"