From 858da593a91986681b1caf28bbcd0745913f015a Mon Sep 17 00:00:00 2001 From: Jocelyn Mallon Date: Tue, 4 Oct 2011 20:35:56 -0700 Subject: [PATCH] revert green color for stdin in prompt --- themes/jocelyn.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jocelyn.zsh-theme b/themes/jocelyn.zsh-theme index 7c9d04b63..a741b8d09 100644 --- a/themes/jocelyn.zsh-theme +++ b/themes/jocelyn.zsh-theme @@ -1,5 +1,5 @@ PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg_bold[blue]%}%~%{$reset_color%}%) -$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}%{$fg_bold[green]%' +$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:%{$reset_color%}(%{$fg_bold[yellow]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"