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

Re: zsh



Andreas Feldmann wrote:
>Is there a way to get the zsh to work these things out by it self?

	unsetopt HASH_CMDS

But you probably don't want to do that, because the hashing gives a
great performance improvement and is usually correct.  If you type

	rehash

each time after you make changes to the commands in the path, you still
get the benefit of hashing at the times when you're not adding and
removing commands.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author