My most used aliases would probably have to be for the git commands.
Each git command, I have aliased to the name of the command, preceded with the letter 'g'. So:
alias gadd='git add'
and so on.
I find the oh-my-zsh git plugin's default aliases to be unintuitive and hard to remember. Simply not having to type 'git ' before everything is good enough for me.
I find the oh-my-zsh git plugin's default aliases to be unintuitive and hard to remember. Simply not having to type 'git ' before everything is good enough for me.