From b6305bf0ebf071f1cb5655e4e5dac5e3eaa51e52 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Sun, 3 Feb 2019 00:55:29 +1300 Subject: ZSH: Turn of RPROMPT It's annoying, and I don't use it. Signed-off-by: Mike Beattie --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3