summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
blob: d56bcbd9daef532347d4f6c844dc7e6a1bb9e4b2 (plain)
1
2
3
4
5
6
7
8
9

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]