summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-06-18 17:55:26 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-06-18 17:55:26 +0200
commit448bb5a6f0ee299d46cdfb90818a564c1aa02545 (patch)
treeff5eb11de5871283069dfb97d3d3a856dca95b3c /11_Colors.zsh
parent8b963df1ffa7f51468607bd58444035d0f114de9 (diff)
Revert "Anti-concurrential git-status for prompt update..."
This reverts commit 0389ee35965add0d260f83cd145cb6fe20016aa2.
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh1
1 files changed, 0 insertions, 1 deletions
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