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

Re: [zsh 4.0.1-pre-2 bug] named directories disappear



On Apr 2,  7:16pm, Vincent Lefevre wrote:
}
} But I use hash -d out=... from my .zshenv so that I can use it anywhere,
} and in particular in an interactive shell. So, what can I do?

Until the bug gets fixed, replace the `hash -d' with:

    out=...
    : ~out

As long as you don't use $out for anything else, this should work fine.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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