Add .config/zsh-abbr/user-abbreviations
Update .config/zsh/env.zsh Update .config/zsh/files/evalstuff.zsh Remove .local/share/zsh/env.zsh.age
This commit is contained in:
parent
5e4c2c1577
commit
61c509bf7f
4 changed files with 11 additions and 14 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