summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-04-01 16:05:41 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-04-02 14:56:25 +0200
commit5d6dca3f97bbc6393cc62ca696eec98022de6324 (patch)
tree031912fd508c46d23a9ed3dd32780f44516a0cb4 /11_Colors.zsh
parenta29f80d7684c725d81e8923d5d680384f7078db7 (diff)
nouvelle colorization des branches GIT..
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index ab455ca..28bd0ec 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -76,7 +76,8 @@ set_prompt_colors ()
git_colors[managment_folder]="$color[red];$color[bold]" # .git/... folder browsing
git_colors[cached]="$prompt_colors[to_be_commited]" # git changes in cache
- git_colors[not_up_to_date]="$prompt_colors[not_up_to_date]" # git changes in working tree
+ 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
}