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, 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