From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9440 invoked from network); 30 Jul 2001 02:33:37 -0000 Received: from unknown (HELO sunsite.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jul 2001 02:33:37 -0000 Received: (qmail 25870 invoked by alias); 30 Jul 2001 02:33:25 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4074 Received: (qmail 25858 invoked from network); 30 Jul 2001 02:33:24 -0000 From: Bart Schaefer Message-Id: <1010730023212.ZM29345@candle.brasslantern.com> Date: Mon, 30 Jul 2001 02:32:12 +0000 In-Reply-To: <200107300215.f6U2Fxf11979@hfriedman.rdsl.lmi.net> Comments: In reply to "Eric D. Friedman" "completion question" (Jul 29, 7:15pm) References: <200107300215.f6U2Fxf11979@hfriedman.rdsl.lmi.net> X-Mailer: Z-Mail (5.0.0 30July97) To: "Eric D. Friedman" , zsh-users@sunsite.dk Subject: Re: completion question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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