Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
accessing directory stack entries changed
- X-seq: zsh-users 195
- From: "Norbert Kiesel" <nk@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: accessing directory stack entries changed
- Date: Fri, 3 May 1996 12:25:35 +0200
- Reply-to: Norbert Kiesel <nk@xxxxxxxxxxxxx>
Hi,
between beta13 and beta14, the magic required to access directory
stack entries changed from '=' to '~' (i.e. 'cd /; pushd /tmp; echo
=1' was changed to 'cd /;pushd /tmp; echo ~1'). Was this an intended
change or merely a result of the code cleanup in subst.c? It's at
least not mentioned anywhere (neither Doc nor ChangeLog nor README).
One effect is that the old '=-' for accessing the last pushed entry of
the stack is gone because '~-' is an alias for $OLDPWD.
so long
Norbert
Norbert Kiesel Software-Ley GmbH
Lindenstr. 15 Phone: +49 2238 96600 I'll live forever
D-50259 Pulheim Fax: +49 2238 50842 (or die trying...)
Germany Email: nk@xxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author