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:
eeleater 2023-03-08 15:18:20 +01:00
parent 5e4c2c1577
commit 61c509bf7f
4 changed files with 11 additions and 14 deletions

View 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"