summaryrefslogtreecommitdiff
path: root/net:foret/Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret/Prompts.zsh')
-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 ] && \