summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-06 10:52:49 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-06 10:56:02 +0200
commit80fbf9030738cbfea38bdd6a049ea828882328dd (patch)
treef44e324a7ff901d7aad7427fc0a4dd8a0855ae50 /net:foret/Colors.zsh
parentee6ff79beea6328e359d47de4dee4e5e6be890c2 (diff)
[Prompt] FANTASTIC STUFF : extensible prompt with TASKBAR and EXTRA_INFO
Diffstat (limited to 'net:foret/Colors.zsh')
-rw-r--r--net:foret/Colors.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh
index 100c30e..ffe5758 100644
--- a/net:foret/Colors.zsh
+++ b/net:foret/Colors.zsh
@@ -4,4 +4,6 @@ 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"