Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion for cd
- X-seq: zsh-users 7324
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Completion for cd
- Date: Mon, 5 Apr 2004 00:04:43 +0000
- In-reply-to: <20040404163912.GA1479@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <ife9d1balr6h$.dlg@xxxxxxxxxxxxxxxx> <20040331201900.GI1065@xxxxxxxxxxxxx> <040401100439.ZM13083@xxxxxxxxxxxxxxxxxxxxxxx> <20040401204424.GI994@xxxxxxxxxxxxx> <1040402043837.ZM13655@xxxxxxxxxxxxxxxxxxxxxxx> <20040402065247.GB862@xxxxxxxxxxxxx> <040402081155.ZM14332@xxxxxxxxxxxxxxxxxxxxxxx> <20040404144311.GA1858@xxxxxxxxxxxxx> <20040404151433.GA788@xxxxxxxxxxx> <20040404152653.GC1858@xxxxxxxxxxxxx> <20040404163912.GA1479@xxxxxxxxxxx>
On Apr 4, 12:39pm, Clint Adams wrote:
}
} > I don't think #240624 is affected by the workaround. It still fires
} > when inside the directory named by the variable.
}
} This isn't specific to CDABLE_VARS; If you set cdpath=(..), for example,
} it will offer to complete the current directory.
Isn't this a job for the ignore-parents zstyle? I don't recall if I've
seen bug #240624, so maybe I'm unaware of some detail.
E.g.
zstyle :completion::complete:cd:: ignore-parents pwd
Messages sorted by:
Reverse Date,
Date,
Thread,
Author