From 810e73665bcc765919f99aa6691e0db1f025ac63 Mon Sep 17 00:00:00 2001 From: Christopher Chow Date: Wed, 12 May 2010 17:37:32 +1000 Subject: [PATCH] Fixed some problems with Soliah theme and made it 2 lines. --- themes/Soliah.zsh-theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Soliah.zsh-theme b/themes/Soliah.zsh-theme index 7ad876d41..907e56cc4 100644 --- a/themes/Soliah.zsh-theme +++ b/themes/Soliah.zsh-theme @@ -1,6 +1,6 @@ -PROMPT='%{$fg[blue]%}%B%20~%b%{$reset_color%}%{$(git_prompt_info)%} $ ' +PROMPT='%{$fg[cyan]%}%n%{$reset_color%} on %{$fg[red]%}%M%{$reset_color%} in %{$fg[blue]%}%~%b%{$reset_color%}$(git_prompt_info) +$ ' ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[green]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})" -ZSH_THEME_GIT_PROMPT_DIRTY="*%{$reset_color%}" - +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}*%{$reset_color%}"