Untitled

If you are using zsh, with autocomplete and git, then you can autocomplete things like branch names.

I aliased my git to git-achievements, and the autocomplete of branches stopped working.

Turns out the solution was just to add this

setopt complete_aliases

to my rc file. Now autocomplete is working again. Will see if there’s any other side effects.