Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion question
- X-seq: zsh-users 4072
- From: "Eric D. Friedman" <eric@xxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion question
- Date: Sun, 29 Jul 2001 19:15:59 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: "Eric D. Friedman" <eric@xxxxxxxxxxxxxxxxxxxxxx>
- Sender: eric@xxxxxxxxxxxxxxxxxxxxxx
Does anyone have completion code that will exclude CVS directories
when I type `cd [TAB]'
I tend to have a lot of spare,deep directory structures in my CVS
modules, and it'd be nice to be able to press tab when cd'ing into
a directory that has only one non-CVS entry.
An example:
% cd <Module>/src/com/company/foo/bar/baz
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.
Thanks,
Eric
Messages sorted by:
Reverse Date,
Date,
Thread,
Author