Last Updated: February 25, 2016
·
668
· rodrigoflores

ZSH: Setting completion on when using aliases

I've installed hub on my machine and when I started a new session the git completion stopped working.

So, to get it working again I just added this line to my .zshrc file:

setopt complete_aliases

And it worked again :).