zsh-users / fizsh

Friendly Interactive ZSHell.
Other
299 stars 18 forks source link

Trivial fix for TAB completion on Arch Linux #1

Closed wdkrnls closed 12 years ago

wdkrnls commented 12 years ago

On my system (Arch Linux), TAB completion fails to load properly with autoload -U compinit compinit. Putting the second compinit on the next line fixed the issue.

Note: I have zsh 4.3.12 on x86_64 from the official Arch repositories.

guidovansteen commented 12 years ago

Thanks Kyle, I will add your fix to the https://github.com/zsh-users/fizsh/tree/master/fizsh-dev/scripts branch tonight.