diff options
author | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-18 17:18:18 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-24 17:26:08 +0200 |
commit | 1c04694e4eb3e03194305986d0719d04ef3b7dda (patch) | |
tree | d99bdda2de8bea0efdb7f28903f8368eae02f28b | |
parent | 9f311f7d2ce26bf191749c90d9af2ac312916dc2 (diff) |
Colors codes moved to env,
because of their need inside specific Environment files..
-rw-r--r-- | 10_Environment.zsh | 4 | ||||
-rw-r--r-- | 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 |