Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: FAQ title bar answer using chpwd()
- X-seq: zsh-workers 34676
 
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: Re: FAQ title bar answer using chpwd()
 
- Date: Fri, 6 Mar 2015 23:33:11 -0800
 
- Cc: Andrew Janke <janke@xxxxxxxxx>
 
- In-reply-to: <20150307041924.GD2206@tarsus.local2>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <54FA731B.8050800@pobox.com>  <20150307041924.GD2206@tarsus.local2>
 
On Mar 7,  4:19am, Daniel Shahaf wrote:
}
} We had a similar issue at Subversion: http://svn.apache.org/r1643793
OK, so the real problem is that
- there exists some software written for the user's shell to execute
- that software needs to change working directory
- the user is an idiot who has installed a chpwd function that always
  prints to stdout
- this breaks the software and is reported as a bug to the developer.
Frankly I don't think any update to the zsh FAQ is going to eliminate
idiocy.  The developer needs to either use "cd -q ..." if the shell is
known to be zsh, or to use "{ cd ... } >/dev/null" if zsh-ness for some
reason is not testable.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author