summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-01-24 12:19:54 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-01-24 12:21:29 +0100
commitee68c60cbd06193a377df46482031b3f35f0b5e7 (patch)
treeeaf05c535bf3c931f7d0fce317760fa073973440
parentf28647c61780df2b5cbb2473e97182d49bd244e3 (diff)
Revert "[Colors] hugues != hiegel"
This reverts commit a0103af7c8fa6540ca807a229e8979e12214e1e2.
-rw-r--r--net:foret/Prompts.zsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/net:foret/Prompts.zsh b/net:foret/Prompts.zsh
index a7d6722..d93120d 100644
--- a/net:foret/Prompts.zsh
+++ b/net:foret/Prompts.zsh
@@ -10,11 +10,6 @@
_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 ] && \