From 6d7bcef52a6c97078c5dabd3985a90d7ec2178c2 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 31 Oct 2011 11:46:54 +0000 Subject: [PATCH] changed return code color from magenta to cyan --- themes/plain.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/plain.zsh-theme b/themes/plain.zsh-theme index 4c1430ec1..a8d67322b 100644 --- a/themes/plain.zsh-theme +++ b/themes/plain.zsh-theme @@ -1,6 +1,6 @@ PROMPT='%n@%m %~$(check_git_prompt_info)$ %{$reset_color%}' -local return_code="%(?..%{$fg[magenta]%}%? ↵%{$reset_color%})" +local return_code="%(?..%{$fg[cyan]%}%? ↵%{$reset_color%})" RPROMPT="${return_code}" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}("