Change sign color in prompt dev-vcsinfo
authorMikael Berthe <mikael@lilotux.net>
Fri, 20 Jul 2012 19:49:22 +0200
changeset 23 c215dcd869ce
parent 22 f84d194b7d99
child 24 a26580f0890a
Change sign color in prompt dev-vcsinfo
misc/zshrc_vcsinfo
--- a/misc/zshrc_vcsinfo	Fri Jul 20 19:38:28 2012 +0200
+++ b/misc/zshrc_vcsinfo	Fri Jul 20 19:49:22 2012 +0200
@@ -135,7 +135,7 @@
 
   vcs_info
 
-  local deco="%{${fg_no_bold[white]}%}"
+  local deco="%{${fg_no_bold[cyan]}%}"
 
   if [[ -O "$PWD" ]]; then
     local path_color="${fg_no_bold[magenta]}"