summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-07 15:43:20 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-07 15:43:20 +0200
commitcbd65134a8afb2b1fc28419fd95f257287f81e89 (patch)
tree25e8eeff68716834bf80b1a48cc515dacb2c665b /11_Colors.zsh
parent5cef725a76808a81e58248f79e1404ca8a7e008a (diff)
[Git] Updates…
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index dd26149..110c8c6 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -87,7 +87,7 @@ __set_prompt_colors ()
_gcl_colors[mixed]="$color[green];$color[bold]"
_gcl_colors[stashes]="$color[white]"
_gcl_colors[ffwd]="$color[red];$color[bold]"
- _gcl_colors[diverged]="$color[black];$color[bold]"
+ _gcl_colors[untracked]="$color[black];$color[bold]"
_guilt_colors[applied]=$_gcl_colors[cached]
_guilt_colors[unapplied]=$color[black]