diff --git a/themes/SpotSpecific.zsh-theme b/themes/SpotSpecific.zsh-theme index eb951deeb..52d37f85a 100644 --- a/themes/SpotSpecific.zsh-theme +++ b/themes/SpotSpecific.zsh-theme @@ -1,11 +1,11 @@ -if [ "$(whoami)" = "root" ] +if [ "$(whoami)" = "root" ] then CARETCOLOR="red" else CARETCOLOR="blue" fi local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" -PROMPT='%m%{${fg_bold[magenta]}%} :: %{$reset_color%}%{${fg[green]}%}%3~ %{${fg_bold[$CARETCOLOR]}%}%#%{${reset_color}%} ' +PROMPT='%{${fg[green]}%}${USER}%{${fg[yellow]}%}@%{${fg[blue]}%}%m%{${fg[magenta]}%}ᐉ %{$reset_color%}%{${fg[green]}%}%3~ %{${fg_bold[$CARETCOLOR]}%}%#%{${reset_color}%} ' RPS1=' ${return_code} $(git_prompt_info)'