Skip to content

Commit 763fdf7

Browse files
committed
Add git switch abbreviation
1 parent 56a63f8 commit 763fdf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dot_config/zsh-abbr/private_user-abbreviations

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ abbr "git st"="git status"
1616
abbr "git sw"="git switch"
1717
abbr "gl"="git log"
1818
abbr "gs"="git status"
19+
abbr "gw"="git switch"
1920
abbr "k"="kubectl"
2021
abbr "la"="ls -A"
2122
abbr "ll"="ls -l"

0 commit comments

Comments
 (0)