Hey, I have a folder where whenever I run git log
zsh tries to autocorrect it to git logo
. I tried writing the alias alias git log='nocorrect git log'
, but that doesn't work. It looks like log
is a keyword in zsh / bash. How can I alias git log?
I use oh-my-zsh. You could just run glog then.
Auto-correct changed "glog" in this forum post to "blog" XD