summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-06-11 14:23:15 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-06-11 14:23:15 +0200
commita0103af7c8fa6540ca807a229e8979e12214e1e2 (patch)
tree15b628c239bf80b41da7852c45d744f9ec505d39
parent55fe5682ae1c6de7fd3556d3a1943f5a8a1ecc33 (diff)
[Colors] hugues != hiegel
-rw-r--r--net:foret/Prompts.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/net:foret/Prompts.zsh b/net:foret/Prompts.zsh
index 7ba972a..8a6f2b7 100644
--- a/net:foret/Prompts.zsh
+++ b/net:foret/Prompts.zsh
@@ -10,6 +10,11 @@
_prompt_colors[target]="1;31"
+if ( id | grep -q Integration )
+then
+ sc "38;5;54"
+fi
+
__static_dynamic ()
{
[ $(( ${STATIC:-$(( 1 ^ ${DYNAMIC:-0} ))} + ${DYNAMIC:-$(( 1 ^ ${STATIC:-0} ))} )) -lt 2 ] && \