summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-27 10:26:09 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-27 10:26:09 +0200
commit966f82cb0d4560cad7f18a4cbd0eb742a40d025a (patch)
treeb98e77a465efbb2f4ba1943029d223afce426f3a /11_Colors.zsh
parent752e1697e3111cf61fbd964020f651c6571d9e1b (diff)
[Git] new ffwd-able color + blinking stash..
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 4e8e1e6..055f28c 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -85,6 +85,7 @@ __set_prompt_colors ()
_gcl_colors[mixed]="$color[green];$color[bold]"
_gcl_colors[changed]="$color[green]"
_gcl_colors[merging]="$color[bg-black]"
+ _gcl_colors[ffwd]="$color[standout]"
_guilt_colors[applied]=$_gcl_colors[cached]
_guilt_colors[unapplied]=$color[black]