From 201db0b3d7b013faf92e46ab990024fe312739e6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 13 Jan 2012 16:29:53 +0100 Subject: [Guilt] colors updates --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Functions.zsh b/01_Functions.zsh index 38a9a04..c97b102 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -394,7 +394,7 @@ set_prompt_colors () git_colors[init_in_progress]="$color[black];$color[bold]" # initialization git_colors[up_to_date]="$prompt_colors[up_to_date]" # git up-to-date - guilt_colors[applied]=$color[red]";"$color[bold] + guilt_colors[applied]=$git_colors[cached] guilt_colors[unapplied]=$color[black] } -- cgit v1.2.3