Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd, pwd and symlinks
- X-seq: zsh-users 2625
- From: "Stefan Monnier" <monnier+lists/zsh/users/news/@tequila.cs.yale.edu>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: cd, pwd and symlinks
- Date: 27 Sep 1999 19:05:02 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990927105103.A21392@xxxxxxxxxxxxxxxxx> <19990927140204.A10336@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: monnier@xxxxxxxxxxxxxxxxxxx
>>>>> "Adam" == Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Put `setopt chaselinks' or `setopt chasedots' in your .zshrc. From
> the info pages:
I must say I don't like the names and defaults. The names give the
impression that chasing links is a very unusual feature while it's the
normal unix behavior.
But apart from that, I'm more often annoyed by `pwd' not checking the
value it returns:
~/tmp-0% mkdir foo
~/tmp-0% cd foo
tmp/foo-0% mv ../foo ../bar
tmp/foo-0% pwd
/home/monnier/tmp/foo
tmp/foo-0%
This is with 3.0.6,
Stefan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author