From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23864 invoked from network); 27 Sep 1999 23:05:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Sep 1999 23:05:26 -0000 Received: (qmail 305 invoked by alias); 27 Sep 1999 23:05:08 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2625 Received: (qmail 298 invoked from network); 27 Sep 1999 23:05:08 -0000 To: zsh-users@sunsite.auc.dk Sender: monnier@tequila.cs.yale.edu From: "Stefan Monnier" Newsgroups: lists.zsh.users Subject: Re: cd, pwd and symlinks References: <19990927105103.A21392@youkaidi.irisa.fr> <19990927140204.A10336@thelonious.new.ox.ac.uk> Date: 27 Sep 1999 19:05:02 -0400 Message-ID: <5lemfkez1d.fsf@tequila.cs.yale.edu> X-Newsreader: Gnus v5.7/Emacs 20.4 Path: tequila.cs.yale.edu NNTP-Posting-Host: tequila.cs.yale.edu X-Trace: 27 Sep 1999 19:05:02 -0500, tequila.cs.yale.edu >>>>> "Adam" == Adam Spiers 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