summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
commit6d127fd3274dcd551e175a9c0440f80aebcb2fc2 (patch)
tree407e5d13acc9c5977a204c621625f48a5a6dc384 /11_Colors.zsh
parente2f9a952558aea3a37296f45dc911f109342748a (diff)
parentbb76357c72d67b5eab803fccce27617d178f7ed3 (diff)
Merge branch 'master' of ssh://ssh.hiegel.fr/work/repos/zdotdir
Conflicts: host:prunelle/Aliases.zsh host:prunelle/Environment.zsh host:prunelle/README net:ordener.fr net:ordener.fr/host:prunelle/Aliases.zsh net:ordener.fr/host:prunelle/Environment.zsh net:ordener.fr/host:prunelle/README net:sweethome/host:prunelle/Aliases.zsh net:sweethome/host:prunelle/Environment.zsh net:sweethome/host:prunelle/README user:hugues/KeyBindings.zsh
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 9fcab01..73f94e2 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -70,7 +70,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
}