summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2019-02-03 00:55:29 +1300
committerMike Beattie <mike@ethernal.org>2019-02-03 18:26:11 +1300
commitb6305bf0ebf071f1cb5655e4e5dac5e3eaa51e52 (patch)
tree9aa880511ee7ab04929a310c832d2ac8b936fe26
parent76e496e063e8dd03de92b14675e6063bbd063472 (diff)
ZSH: Turn of RPROMPT
It's annoying, and I don't use it. Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 071660e..78cffdf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -53,7 +53,7 @@ function () {
# Finally, set prompts
PROMPT="%{${pr_windowtitle}%}${pr_baseprompt}"
- RPROMPT="${green}< ${red}%!${nocolor}"
+ #RPROMPT="${green}< ${red}%!${nocolor}"
PS2="${yellow}%_ ${green}>${nocolor} "
# Create the prexec hook function to set the title to the current command