Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Prompt themes
- X-seq: zsh-users 5807
- From: Borzenkov Andrey <Andrey.Borzenkov@xxxxxxxxxxx>
- To: john@xxxxxx, zsh-users@xxxxxxxxxx
- Subject: RE: Prompt themes
- Date: Thu, 23 Jan 2003 13:40:04 +0300
- Importance: Normal
- In-reply-to: <20030123101945.GB8774@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> Going through all those directories reminded me of another zsh feature
> I used to have that for some reason stopped working at some point. I
> used to be able to do something like:
>
> % cd /u/s/z/4/f/M<tab>
>
> ...and wind up with...
>
> % cd /usr/share/zsh/4.0.6/functions/Misc
>
> ...but not any more. I've been fishing around the manpages and Google
> for "zsh complete multiple directories" and "zsh complete directory
> tree" and "zsh complete pathname" with no success. I assume the change
> happened when I went from compctl to zstyle...does anybody know the
> appropriate incantation to get this back?
You mean it ever worked with compctl?!?
The simplest thing is to do
autoload -U compinstall; compinstall
and it will guide you through setting up new completion system. To activate
it, it is
autoload -U compinit; compinit
but there are a lot of options you can tweak ...
-andrey
Messages sorted by:
Reverse Date,
Date,
Thread,
Author