Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion on cd



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