Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Automatic hash -d
- X-seq: zsh-workers 13979
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Automatic hash -d
- Date: Fri, 13 Apr 2001 16:47:29 +0000
- In-reply-to: <1010413050904.ZM1154@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.30.0104121849180.7928-100000@xxxxxxxxxxxxxxx> <Pine.LNX.4.30.0104121912010.7928-100000@xxxxxxxxxxxxxxx> <1010413045004.ZM1107@xxxxxxxxxxxxxxxxxxxxxxx> <1010413050904.ZM1154@xxxxxxxxxxxxxxxxxxxxxxx>
On Apr 13, 5:09am, Bart Schaefer wrote:
}
} + eval : "~$linepath" 2>/dev/null # Create nameddir if necessary
I have not committed this, because the code immediately following seems
to go to great lengths to *avoid* creating the nameddir ... the entire
cascade testing $userdirs and $nameddirs could otherwise be replaced by
an eval like the one in the *\$*/* branch, I think. In fact, that's
probably what's wrong with testing *\$*/* first: It does an eval and may
thereby create a nameddir.
So I'm going to wait for Sven to get back and give his opinions.
--
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