diff options
author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2013-08-26 16:21:47 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2013-08-26 16:21:47 +0200 |
commit | 7cb8313b41045c77a796f53c95158d82e335b593 (patch) | |
tree | 904288a36addf353c88dee1d0a12c2ad94465cda | |
parent | 2e3d3603d556e5f1b0f5ba1a7f4875ef22a33586 (diff) |
[Q] Target : magenta → red
-rw-r--r-- | net:foret/Colors.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh index 6e44470..d56bcbd 100644 --- a/net:foret/Colors.zsh +++ b/net:foret/Colors.zsh @@ -1,7 +1,7 @@ typeset -A _make_colors -_make_colors[target]=$color[magenta] +_make_colors[target]=$color[red] _make_colors[verbose]=$color[yellow] _make_colors[nproc]=$color[yellow] _make_colors[static]=$color[green] |