Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange prompting in new 3.1.5
- X-seq: zsh-workers 4532
- From: "Zefram" <zefram@xxxxxxxxx>
- To: real-stucki@xxxxxxxxxxxxxxxxxxxxxxxxx
- Subject: Re: Strange prompting in new 3.1.5
- Date: Wed, 4 Nov 1998 12:27:49 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <19981104124433.A9660@xxxxxxxxxxxxxxxxxxxxxxxxx> from "Stucki" at Nov 4, 98 12:44:33 pm
Stucki wrote:
>I installed the new Version 3.1.5 and since then my
>(unchanged) 'prompt' always showed '~PWD' where '%~'
>is expanded.
Basically, AUTO_NAME_DIRS is a really bad idea if you want to do
%~ expansion. Think about it: ~PWD is always a correct name for the
directory you're in. It's just not useful. Even if we make an exception
for PWD, there's nothing stopping other parameters being equally unhelpful
(OLDPWD, and anything the user uses in the chpwd function).
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author