Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh
- X-seq: zsh-workers 16344
- From: Zefram <zefram@xxxxxxxx>
- To: Andreas Feldmann <aef@xxxxxxxxxxxx>
- Subject: Re: zsh
- Date: Sun, 16 Dec 2001 18:29:53 +0000
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <20011216183253.22cce9b8.aef@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20011216183253.22cce9b8.aef@xxxxxxxxxxxx>
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