From 1c04694e4eb3e03194305986d0719d04ef3b7dda Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 18 Apr 2008 17:18:18 +0200 Subject: Colors codes moved to env, because of their need inside specific Environment files.. --- 10_Environment.zsh | 4 ++++ 11_Colors.zsh | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/10_Environment.zsh b/10_Environment.zsh index becb2cf..01df5c4 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -29,6 +29,10 @@ fi ## Colors autoload colors && colors +c_='['$color[none]";" +_c=m +C_="%{$c_" +_C="$_c%}" ## Variables d'environnement ``classiques'' # diff --git a/11_Colors.zsh b/11_Colors.zsh index ab455ca..008c218 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -7,12 +7,6 @@ ## You are encouraged to use, modify, and redistribute ## these files with or without this notice. ## - -c_='['$color[none]";" -_c=m -C_="%{$c_" -_C="$_c%}" - typeset -A prompt_colors git_colors mail_colors correct_colors # I hate kik00l0l colorized prompts, so I'm using a way to -- cgit v1.2.3