summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-03-08 12:29:44 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-08 13:35:08 +0100
commitdc2abe342ec7e0d674ea7c510566aba5a6b37f1e (patch)
tree0266c374f5e978e6b2992974027a6561fe5d6573 /10_Environment.zsh
parentf61008d24c79c105c77682b2f7ce1c40b32744dc (diff)
Get backs vcs_info.
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 66774ce..66e5815 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -21,9 +21,10 @@ export SHELL=`which zsh`
## Colors
autoload colors && colors
-c_='['$color[none]";"
+c_='['
_c=m
-C_="%{$c_"
+_C_="%{$c_"
+C_=$_C_$color[none]";"
_C="$_c%}"
unset has_termcaps