zsh-users
 help / color / mirror / code / Atom feed
* cd - and $OLDPWD, bug in the manual?
@ 2006-03-23 21:08 Francisco Borges
  2006-03-26  7:36 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Francisco Borges @ 2006-03-23 21:08 UTC (permalink / raw)
  To: Zsh User

Hello all,

Some weeks ago I received lot's of help and comments a question about
"dirstack history". Thanks a lot. Now I'm not only happier, I'm also a
bit lazier.

[...]

Sometimes (but not all the time) I want to login and go immediately to
the last dir I was before logging out. Which I could do using "% cd -1",
but lazy as I am, I tried to do

% cd -

and this failed... I checked the manual and it says:

cd [ -sLP ] {+|-}n

   [...] specified.  If arg is `-', change to the value of $OLDPWD, the
   previous directory.

I tried setting OLDPWD, but "% cd -" would still not work.

This time I actually took a look into the code and indeed, "cd -" is not
using $OLDPWD, just a variable whose value should be reflected into the
value of $OLDPWD.

Do you guys agree with me that either the manual or
Src/builtin.c:cd_get_dest need to change?

Cheers,
Francisco


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-26 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-23 21:08 cd - and $OLDPWD, bug in the manual? Francisco Borges
2006-03-26  7:36 ` Bart Schaefer
2006-03-26 17:07   ` [zsh] " Francisco Borges
2006-03-26 18:40   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).