summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-10-24 11:42:58 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-10-24 11:42:58 +0200
commit87cf71abfdf00338a263f49622674c65479d5e18 (patch)
treeff0c873f465703b89aac594f0a87d729c67ebc8d /net:foret/Colors.zsh
parent286cc3ff28339a741b769ce35cc4f3a57f94e5cf (diff)
[Cavium] fucked up. Got back funcs.
Diffstat (limited to 'net:foret/Colors.zsh')
-rw-r--r--net:foret/Colors.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh
index d56bcbd..d7bd7c0 100644
--- a/net:foret/Colors.zsh
+++ b/net:foret/Colors.zsh
@@ -2,8 +2,14 @@
typeset -A _make_colors
_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]
+_make_colors[sdk]=$color[cyan]";"$color[bold]
+
+_make_colors[gcc]=$color[blue]";"$color[bold]