From cbd65134a8afb2b1fc28419fd95f257287f81e89 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Aug 2013 15:43:20 +0200 Subject: [Git] Updates… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11_Colors.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '11_Colors.zsh') 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] -- cgit v1.2.3