summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-07 18:43:12 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-07 18:43:25 +0100
commit44565988a8345b19f39cd2a4619cd2c0fcecf9a9 (patch)
tree62020bdc2dee72e48bb2925735e6cf82f4667678 /10_Environment.zsh
parentdac40ba1e286aed29df3f0ac505842be23db600b (diff)
[Prompts] uses 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