diff options
author | Mike Beattie <mike@ethernal.org> | 2019-02-03 00:55:29 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2019-02-03 18:26:11 +1300 |
commit | b6305bf0ebf071f1cb5655e4e5dac5e3eaa51e52 (patch) | |
tree | 9aa880511ee7ab04929a310c832d2ac8b936fe26 | |
parent | 76e496e063e8dd03de92b14675e6063bbd063472 (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-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |