Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
CHASE_LINKS and PS1
- X-seq: zsh-users 24421
- From: Seb <seb@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: CHASE_LINKS and PS1
- Date: Wed, 13 Nov 2019 11:55:18 +0100 (CET)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=h-k.fr; s=mail; t=1573642518; bh=rZQiVhq5GxdpF7G5JPqoN8MehUkn1nw0N/J6F4+Ygd4=; h=Date:From:To:Subject:From; b=YrhNnkb0KTiXPb+APfH54llxyYKd2mXf/EYFJPQ1i6ldCJjP577J/K2f319FMIdUh a2sbJDffH2si0GEWB6GlqxKRavP4BDiZ+O7oxec+aFSMApyn/iDk4uY7ek50o9Xy5i gWQ1EGMrRVVryi0jfDoxhdLkp8b7hbfiOcnP3U1Q=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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