I have a shortcut that was added to my computer in Terminal. (I use zsh
). Instead of having to type git add -all
I can type gaa
. My question is:
Any ideas where/how this shortcut made? How can I see exactly what command it is short for and how do I change it?
After following these instructions, I thought I'd be able to see it in ~/.gitconfig
but it's not there. It doesn't look like it's in ~/.zshrc
either: