# HG changeset patch # User Mikael Berthe # Date 1342806562 -7200 # Node ID c215dcd869ce06d68267bbef8f269a53ba3bd6c9 # Parent f84d194b7d999fae1368ac6cbe468630204d1e94 Change sign color in prompt dev-vcsinfo diff -r f84d194b7d99 -r c215dcd869ce 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]}"