summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
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