1 parent d8cd6bf commit 56a63f8Copy full SHA for 56a63f8
2 files changed
src/dot_config/git/config
@@ -21,6 +21,7 @@
21
pr = pull --rebase
22
push-f = push --force-with-lease
23
st = status
24
+ sw = switch
25
# }}}
26
27
# settings {{{
src/dot_config/zsh-abbr/private_user-abbreviations
@@ -13,6 +13,7 @@ abbr "git pl"="git pull"
13
abbr "git pr"="git pull --rebase"
14
abbr "git push-f"="git push --force-with-lease"
15
abbr "git st"="git status"
16
+abbr "git sw"="git switch"
17
abbr "gl"="git log"
18
abbr "gs"="git status"
19
abbr "k"="kubectl"
0 commit comments