From 791d76d44324badcd53a886b4ad291b38ae1544f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 7 Jun 2012 10:09:51 +0200 Subject: [Prompt] Q : displays tasks/extra_info in bold if EXPORTED. --- net:foret/Colors.zsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net:foret/Colors.zsh') diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh index ffe5758..d56bcbd 100644 --- a/net:foret/Colors.zsh +++ b/net:foret/Colors.zsh @@ -1,9 +1,9 @@ typeset -A _make_colors -_make_colors[target]="31;1" -_make_colors[verbose]="33;1" -_make_colors[nproc]="33;1" -_make_colors[static]="32;1" -_make_colors[dynamic]="33;1" +_make_colors[target]=$color[red] +_make_colors[verbose]=$color[yellow] +_make_colors[nproc]=$color[yellow] +_make_colors[static]=$color[green] +_make_colors[dynamic]=$color[yellow] -- cgit v1.2.3