From 448bb5a6f0ee299d46cdfb90818a564c1aa02545 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 18 Jun 2008 17:55:26 +0200 Subject: Revert "Anti-concurrential git-status for prompt update..." This reverts commit 0389ee35965add0d260f83cd145cb6fe20016aa2. --- 11_Colors.zsh | 1 - 1 file changed, 1 deletion(-) (limited to '11_Colors.zsh') diff --git a/11_Colors.zsh b/11_Colors.zsh index a610064..73f94e2 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -73,7 +73,6 @@ set_prompt_colors () git_colors[cached_and_not_up_to_date]="$prompt_colors[not_up_to_date];$color[bold]" git_colors[not_up_to_date]="$prompt_colors[not_up_to_date];$color[normal]" # git changes in working tree git_colors[up_to_date]="$prompt_colors[up_to_date]" # git up-to-date - git_colors[running]="$color[magenta]" # currently running git-status.. } set_prompt_colors -- cgit v1.2.3