Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

CHASE_LINKS and PS1




Hi,


Setting the option CHASE_LINKS disables the %~ shortcut in PS1:

~/tmp> export PS1="%~> "
~/tmp> mkdir sd
~/tmp> cd sd && cd -
~/tmp
~/tmp> setopt CHASE_LINKS
~/tmp> cd sd && cd -
/raid/home/seb/tmp
/raid/home/seb/tmp>

This is unfortunate. Is it a feature or a bug? If a feature, is there a way around it? I'd like both CHASE_LINKS and %~.
I searched the ML's archive, the manual and the guide but did not find
enlightenment.


Kind regards,
Sébastien.


Messages sorted by: Reverse Date, Date, Thread, Author