Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Graceful hiding of $RPROMPT
- X-seq: zsh-users 14670
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Graceful hiding of $RPROMPT
- Date: Sun, 20 Dec 2009 10:33:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=526DwEgZ4eo4vE3+tMf2f4fXTPiUYPnRC4+r67QOrd0=; b=EgpUu6bPWtpMjcmbSNFU0JsLUt4nEzx5W003w3Gwb/IMezSNaZt8ol4LOj5kp3bCqk FOMZ9DAv6RzgFm1QLaQWWhTyDLKeuIotJaamxyUlc441gn/8J8u77vSpyOzp4h301Grl SPLQBY3M0tvj8qET3XKbxSAUafdhB/c5omFsc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KdzF/ySVhn2mKr1T/RmX+wdrubMvEhdEzATRBChUsQkYNzWLDVhxRCfaJwAAKhGbUB aIQ++WZitojwrZPNrMuvAoaYDCV/Veb5BTEVl6YSlfUrYs03cL2t8MaTe/3HzfYZ7xMK Lj1e1599dp2LF6YPiEYYENZyLyXitqpy56q8Q=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
as everyone will know, $RPROMPT will be hidden automagically if
the command you type becomes too long.
I am looking for a way to fall back gracefully, i.e. remove more and more
of $RPROMPT when needed instead of the all or nothing mechanism
which is in place, now. Ideally, I could define seperate sections and
just put the least interesting bits left-most.
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author