From a0103af7c8fa6540ca807a229e8979e12214e1e2 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 11 Jun 2013 14:23:15 +0200 Subject: [Colors] hugues != hiegel --- net:foret/Prompts.zsh | 5 +++++ 1 file changed, 5 insertions(+) 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 ] && \ -- cgit v1.2.3