Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug? in hash, beta11-test9
- X-seq: zsh-workers 490
- From: Danek Duvall <duvall@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh workers list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Bug? in hash, beta11-test9
- Date: Sun, 22 Oct 1995 20:16:51 -0400
On Zoltan's recommendation, I upgraded to one of the test releases of
beta11 (test9-hzoli11, in fact). My problem with the history went
away, but I discovered what seems to be a bug in hash.
I had a command
hash -d foo /usr/bar/foo
in my .zshrc. beta11 complains about this, and after I checked the
man page, which says to use an equals sign, I changed it to the
following (which does *not* work with beta10):
hash -d foo=/usr/bar/foo
On this it doesn't complain, but it doesn't add ~foo into the hash
directory.
I hope this one can get fixed soon. :) All your work, Richard, is
much appreciated by myself and my converts. <grin>
Thanks,
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author