From 8362dbef406d1a9b805adccd192745e8711ce568 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 3 Jul 2021 17:54:44 -0700 Subject: [PATCH] zsh: Remove inherited RPROMPT --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 046c133..3e82a5f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -70,6 +70,7 @@ local exit_code="%(?..${red}%?%f)" setopt prompt_subst export PROMPT="${lbrkt}${user}${colon}${host}${colon}${dir}${branch}${rbrkt} ${exit_code} ${prompt}" +export RPROMPT='' # aliases source $HOME/.config/zsh/aliases