summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 16:29:53 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 16:34:12 +0100
commit201db0b3d7b013faf92e46ab990024fe312739e6 (patch)
tree6a5b3fcdfc516c551585f20ec034a4da0b4d0302
parent83ba01f8ae8ddf98b652a9eb01a4a1e4a03c2486 (diff)
[Guilt] colors updates
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
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]
}