Update .config/zsh/env.zsh Update .config/zsh/files/evalstuff.zsh Remove .local/share/zsh/env.zsh.age
8 lines
250 B
Text
8 lines
250 B
Text
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"
|