Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd ..<tab>?
- X-seq: zsh-users 4641
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Dennis Haney <davh@xxxxxxx>
- Subject: Re: cd ..<tab>?
- Date: Tue, 29 Jan 2002 17:12:48 -0800
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <3C572BEB.2030001@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020129102017.E3A633FC1B@xxxxxxxxxxxxxxxxxx> <15446.30464.872842.207355@xxxxxxxxxxxxxxxxxx> <3C572BEB.2030001@xxxxxxx>
On Jan 30, 12:10am, Dennis Haney wrote:
> Subject: Re: cd ..<tab>?
>
> Sven Wischnowsky wrote:
> >
> > zstyle ':completion:*' special-dirs ..
> >
> >to make `..' be considered a possible match (and hence it will get the
> >slash appended).
> >
> Is there a way to make this work properly with setopt GLOB_DOTS?
Just make the style more specific:
zstyle ':completion:*:(cd|chdir|pushd|popd):*' special-dirs ..
You might also check the documentation for the ignore-parents style.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author