summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues <hugues@hiegel.fr>2008-03-20 12:10:42 +0100
committerHugues <hugues@hiegel.fr>2008-03-20 12:10:42 +0100
commitc268cfc267a71254881a85975504f0a3e0e69815 (patch)
treebd93faa995af58ba4e7d6c081385820d5b20923e /11_Colors.zsh
parentff40c760ef2bb633804d1a66679846fcad9ea91a (diff)
Correction colors
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh6
1 files changed, 5 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index c76fd95..db68bb1 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -13,7 +13,7 @@ _c=m
C_="%{$c_"
_C="$_c%}"
-typeset -A prompt_colors git_colors mail_colors
+typeset -A prompt_colors git_colors mail_colors correct_colors
# I hate kik00l0l colorized prompts, so I'm using a way to
# give a dominant color for each part of the prompt, each of
@@ -81,3 +81,7 @@ set_prompt_colors ()
}
set_prompt_colors
+
+correct_colors[error]="$color[red];$color[bold]"
+correct_colors[suggest]="$color[blue];$color[bold]"
+