summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-01-19 14:11:04 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-19 14:20:40 +0100
commitab612bfeb17debe4c8c00a012b71e09e1c51bee3 (patch)
tree5929aed7257ba152577ff0c1b5c932161a2304cc /01_Functions.zsh
parent35c312987b80bfb17828561de4c9839a95f14357 (diff)
[Funcs] Better d1RtY zsh managment
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 108d4f8..d942dab 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -368,7 +368,7 @@ set_prompt_colors ()
prompt_colors[braces]="$prompt_colors[bar]" # braces (around date) - bar color
prompt_colors[error]="$color[bold];$color[yellow]" # error code - bold yellow
- prompt_colors[warning]="$color[bold];$color[black]"
+ prompt_colors[warning]="$color[bold];$color[yellow]"
date_colors[normal]=$prompt_colors[soft_generic]
date_colors[exec]=$prompt_colors[bold_generic]