Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion question
- X-seq: zsh-users 4074
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Eric D. Friedman" <eric@xxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: completion question
- Date: Mon, 30 Jul 2001 02:32:12 +0000
- In-reply-to: <200107300215.f6U2Fxf11979@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200107300215.f6U2Fxf11979@xxxxxxxxxxxxxxxxxxxxxx>
On Jul 29, 7:15pm, Eric D. Friedman wrote:
}
} There usually isn't anything else besides `CVS' at the `com' and
} `company' levels and it'd be nice if I could just cd right on through.
} I tried fignore, but that seems to be for extensions only, not for
} complete names.
If you're using `compinit', you can do this:
zstyle ':completion:*:cd:*' ignored-patterns '(*/)#CVS'
With old compctl, it's something like
compctl -g '*~(*/)#CVS(/)' cd
(which requires extendedglob).
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author