Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Tab Completion of filenames/dirs has stopped working.



On Dec 12,  1:02pm, zzapper wrote:
}
} It's solved if I comment out
} 
} compinit -i

The -i flag tell compinit to check for files or directories that might
be writable by a malicious third party, and to ignore them.  It also
warns you about which files/directories it is ignoring.

So apparently when your latest version was installed, permissions or
file ownership on the completion directories in $fpath were left in an
insecure state.



Messages sorted by: Reverse Date, Date, Thread, Author