updated antidote config somewhat
This commit is contained in:
parent
7e33d7c962
commit
ba8cf2c09f
27 changed files with 361 additions and 178 deletions
8
dot_config/zsh-abbr/private_user-abbreviations
Normal file
8
dot_config/zsh-abbr/private_user-abbreviations
Normal file
|
@ -0,0 +1,8 @@
|
|||
abbr -g "g"="git"
|
||||
abbr -g "git m"="git checkout main"
|
||||
abbr -g "git rei"="git rebase -i"
|
||||
abbr -g "git reim"="git rebase -i main"
|
||||
abbr -g "git ri"="git rebase -i"
|
||||
abbr "m"="git checkout main"
|
||||
abbr "rei"="git rebase -i"
|
||||
abbr "reim"="git rebase -i main"
|
Loading…
Add table
Add a link
Reference in a new issue