Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: When RPROMPT != RPS1
- X-seq: zsh-workers 41352
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: When RPROMPT != RPS1
- Date: Fri, 23 Jun 2017 20:37:37 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=bBUrNL9he1i8UcIwIGSh0g3M5pwJ7pxGid7vqtqiWiI=; b=zDlKRgOHzyeLdeqRVkWxYuM7/TSsEiSkbX+HDWTox54lj1xZgqKUvddw+MP1wrkXnx Lj//qoHY2V80WYcU7mQPxLN7PwNUs4yIiE0QTUeCbEeA7sr7Zg4+w43pz0T4ngymLhbE 9RvZpTy8qnvtXvtA8kCnAauyTDtZL11UubRPe3clBvc9MYQPcteNYkb+GBqd3d/FiAW0 BMj2lejuF7bQg2aLrUalwOAVKknTh4XpUdV+nmDyo4e58SQCF80187c/bNFbZQVkhMW5 7aNyRAXuA031IBuWNIBMHqubOmxIDnNxEyaTLlDNqc+Nsj3gKw8C/i1QnKauPcjypm8u QVGw==
- In-reply-to: <m237aqlb6q.fsf@Daniels-Air.fritz.box>
- 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: <CA+rB6GJnFZDR6NQO1CwZx6d=QiD2=8nC3vKrNbm=am0s1SeZpA@mail.gmail.com> <CA+rB6GJmWTeRgQRr7OabGiENq=zWFOKHMGw6i43uuw82TrD_oQ@mail.gmail.com> <CGME20170621171640epcas3p3d782a0076de53dc91f1b78d3ec471af5@epcas3p3.samsung.com> <170621101645.ZM9838@torch.brasslantern.com> <20170622101735.4ebebd11@pwslap01u.europe.root.pri> <m237aqlb6q.fsf@Daniels-Air.fritz.box>
On Jun 23, 10:07pm, Daniel Tameling wrote:
}
} Maybe something along the lines of what I included below (which seems to
} solve the problem on my system). However, this breaks the bart theme as
} it has a mode of operation where one can set the right prompt before
} activating the theme.
Not just the right prompt, but the PS1 prompt as well.
The reason there is "prompt -p" is so you can see what a prompt will look
like without changing whatever you have already or needing to cycle the
themes yourself.
The better thing to do, I think, is either to add "prompt_default_setup"
or expand "prompt_off_setup" so that there's an explicit command to put
things back the way they were. Currently "prompt off" restores only the
PS1 and PS2 settings.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author