clear rprompt from zshrc-stub to make a little more obvious when the prompt stuff isn't working right

This commit is contained in:
Nicole O'Connor 2023-06-30 17:04:40 -07:00
parent 45e90a1baa
commit ed5afe0300
1 changed files with 1 additions and 1 deletions

View File

@ -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