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

Re: completion ignoring



Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx> writes:

> Is there a way to make completion ignore files that end with ,v and .~1~ ??   

Yes.

> If so, how and if not, when ;-?

See zshparam(1), under "fignore".

fignore=(.o .c~ .old .pro .tt ,v .~1~)

ought to do it.  (Change the details to taste.)





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