]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
[.bashrc] Oubli d'un retour à la couleur après les VCS_info
authorVincent Le Gallic <legallic@crans.org>
Thu, 18 Dec 2014 08:26:38 +0000 (09:26 +0100)
committerVincent Le Gallic <legallic@crans.org>
Thu, 18 Dec 2014 08:26:38 +0000 (09:26 +0100)
.bashrc

diff --git a/.bashrc b/.bashrc
index e3162c9a312e4a342a480f90821109e4b503e0c5..4e594afa0c1b8e43f16e9f9e3ecdbbe1f3688847 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -92,7 +92,7 @@ vcs_formats(){
         msg="${msg}${nocolor_prompt}|${vcs_action_color}%s"
         msg=$(printf $msg $action)
     fi
-    msg="${msg}${vcs_symbols_color}]${nocolor_prompt}${MINUS_CHAR}"
+    msg="${msg}${vcs_symbols_color}]${line_color_prompt}${MINUS_CHAR}"
     msgs[0]=$msg
 
     return 0