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

Re: auto-rehashing?



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