summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-03-07 19:02:59 +0100
committerHugues Hiegel <hugues@hiegel.fr>2012-03-07 19:02:59 +0100
commit03d43c46b82255db86ef81d3002ef29126ba6242 (patch)
treec5d1493643ec2c329603b0dd39f6ce4cd87e6f6f /10_Environment.zsh
parent3d9871f39ee40c2648e60dd165c1b11d1006e8b6 (diff)
Revert "[Prompts] uses vcs_info"
This reverts commit 44565988a8345b19f39cd2a4619cd2c0fcecf9a9.
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh5
1 files changed, 2 insertions, 3 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 66e5815..66774ce 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -21,10 +21,9 @@ export SHELL=`which zsh`
## Colors
autoload colors && colors
-c_='['
+c_='['$color[none]";"
_c=m
-_C_="%{$c_"
-C_=$_C_$color[none]";"
+C_="%{$c_"
_C="$_c%}"
unset has_termcaps