From 03d43c46b82255db86ef81d3002ef29126ba6242 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Mar 2012 19:02:59 +0100 Subject: Revert "[Prompts] uses vcs_info" This reverts commit 44565988a8345b19f39cd2a4619cd2c0fcecf9a9. --- 10_Environment.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '10_Environment.zsh') 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 -- cgit v1.2.3