Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Tab Completion of filenames/dirs has stopped working.
- X-seq: zsh-users 9784
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: Tab Completion of filenames/dirs has stopped working.
- Date: Mon, 12 Dec 2005 15:44:55 +0000
- In-reply-to: <i4tqp15ho61miol816j0os0vrsu0s4of14@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <55rqp15c6h2284gtprt53p6ie9p64g34vo@xxxxxxx> <EXCHANGE03i30MaEMxc00001973@xxxxxxxxxxxxxxxxxx> <i4tqp15ho61miol816j0os0vrsu0s4of14@xxxxxxx>
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