diff options
author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2014-01-24 12:19:54 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2014-01-24 12:21:29 +0100 |
commit | ee68c60cbd06193a377df46482031b3f35f0b5e7 (patch) | |
tree | eaf05c535bf3c931f7d0fce317760fa073973440 | |
parent | f28647c61780df2b5cbb2473e97182d49bd244e3 (diff) |
Revert "[Colors] hugues != hiegel"
This reverts commit a0103af7c8fa6540ca807a229e8979e12214e1e2.
-rw-r--r-- | net:foret/Prompts.zsh | 5 |
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 ] && \ |