diff --git a/themes/damn-mac.zsh-theme b/themes/damn-mac.zsh-theme index 8c6c227..7863d39 100644 --- a/themes/damn-mac.zsh-theme +++ b/themes/damn-mac.zsh-theme @@ -40,9 +40,9 @@ function spaces() { function user_prompt () { if [ $UID != 0 ]; then - echo "%F{007}$USER%F{002}> " + echo "%F{007}%F{002}> " else - echo "%F{001}$USER# " + echo "%F{001}# " fi }