diff --git a/themes/simplycool.zsh-theme b/themes/simplycool.zsh-theme index a21d6bf54..a6ecf1988 100644 --- a/themes/simplycool.zsh-theme +++ b/themes/simplycool.zsh-theme @@ -1,7 +1,7 @@ if [[ $EUID > 0 ]] ; then local symbol=$ else - local symbol=# + local symbol=# fi local symbol="%(?:%{$fg_bold[green]%}${symbol}:%{$fg_bold[red]%}${symbol})"