From ed5afe0300af1667a0bbecbe3130c14f3b05b4b8 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Fri, 30 Jun 2023 17:04:40 -0700 Subject: [PATCH] clear rprompt from zshrc-stub to make a little more obvious when the prompt stuff isn't working right --- zshrc-stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc-stub b/zshrc-stub index 4e19e2c..8c60887 100644 --- a/zshrc-stub +++ b/zshrc-stub @@ -6,7 +6,7 @@ autoload -U colors && colors PROMPT="%{$fg[cyan]%}%n%{$fg[white]%}@%{$fg[magenta]%}%m %{$fg[white]%}%~ %# " -RPROMPT="%{$fg_bold[black]%}%T%{$reset_color%}" +RPROMPT="" _zeesh_fresh_install=0