Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion ignoring
- X-seq: zsh-users 1534
- From: Bruce Stephens <b.stephens@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: completion ignoring
- Date: 22 May 1998 16:32:26 +0100
- In-reply-to: Timothy J Luoma's message of "Fri, 22 May 98 11:01:33 -0400"
- References: <199805221501.LAA12640@xxxxxxxxxxxxxxx>
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