From d6cf11f9925df30bf840f23e26bfe0fb835e99a7 Mon Sep 17 00:00:00 2001 From: James McGlashan Date: Sat, 3 Dec 2011 00:43:43 +1100 Subject: [PATCH] cleaned up a little bit, also added a space to help with selecting the current path --- themes/arch-blue.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/arch-blue.zsh-theme b/themes/arch-blue.zsh-theme index 747198dae..d05a0700c 100644 --- a/themes/arch-blue.zsh-theme +++ b/themes/arch-blue.zsh-theme @@ -1,6 +1,6 @@ (( EUID == 0 )) && ucolor=red || ucolor=cyan -PROMPT='%{$fg[$ucolor]%}%n%{$reset_color%}@%{$fg[blue]%}%m:%{$fg[green]%}%0~%{$fg[red]%}%(?.. [%?]) %{$reset_color%}%% ' +PROMPT='%{$fg[$ucolor]%}%n%{$reset_color%}@%{$fg[blue]%}%m%{$reset_color%}: %{$fg[green]%}%0~%{$fg[red]%}%(?.. [%?]) %{$reset_color%}%% ' RPROMPT='$(git_prompt_info)' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["