From 0efa41d7cd1850c9602000a69776ee33fb73f143 Mon Sep 17 00:00:00 2001 From: "D. Rimron" Date: Fri, 1 Jul 2011 15:33:27 +0100 Subject: [PATCH] Can't get too much of a good thing ;-) -Dx --- themes/SpotSpecific.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)'