Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: auto-rehashing?
- X-seq: zsh-workers 4244
- From: Zefram <zefram@xxxxxxxxx>
- To: gjb@xxxxxxxxxxxxxxxxx (Greg Badros)
- Subject: Re: auto-rehashing?
- Date: Mon, 20 Jul 1998 09:22:17 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <qrrsojz7p22.fsf@xxxxxxxxxxxxxxxxxxxxxx> from "Greg Badros" at Jul 17, 98 09:36:53 pm
Greg Badros wrote:
>Can zsh auto-rehash when I hit tab a second consecutive time when
>completing in a command position?
compctl -C -K cmd-comp -c
function cmd-comp {
rehash
}
This rehashes on all command name completions.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author