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

Re: completion ignoring



Timothy J Luoma wrote:
># mkt[tab]
>mktargz      mktargz,v    mktargz.~1~
>
>Is there a way to make completion ignore files that end with ,v and .~1~ ??   
>If so, how and if not, when ;-?

fignore=(,v .\~1\~)

or, if this is for a particular command, use a ~ exclusion in a compctl
-g pattern.

-zefram



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