Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion on cd
- X-seq: zsh-users 1288
- From: Andrew Main <zefram@xxxxxxxxx>
- To: thomas@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (Thomas Koehler)
- Subject: Re: Completion on cd
- Date: Wed, 28 Jan 1998 10:10:57 +0000 (GMT)
- Cc: zsh-users@xxxxxxxxxxxxxxx, wsl@xxxxxxxxx
- In-reply-to: <19980128103126.19674@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> from "Thomas Koehler" at Jan 28, 98 10:31:26 am
Thomas Koehler wrote:
> compctl -g '*(-/) .*(-/)' cd
compctl -g '*(D-/)' cd
is better. The point of using + is that the non-. filenames are used
if possible, approximating the behaviour of normal filename completion.
Of course, with the recent compctl patches, one should use
compctl -/ cd
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author