From 0389ee35965add0d260f83cd145cb6fe20016aa2 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 12 Jun 2008 17:56:51 +0200 Subject: Anti-concurrential git-status for prompt update... When a .git folder contains to many blobs and takes too long time to get the status, instead of hanging up every shell, just let one of these (the first, of course) getting the current git status, the others will take the previous one, else a 'running' color status. --- 11_Colors.zsh | 1 + 1 file changed, 1 insertion(+) (limited to '11_Colors.zsh') diff --git a/11_Colors.zsh b/11_Colors.zsh index 73f94e2..a610064 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -73,6 +73,7 @@ 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