summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh9
1 files changed, 8 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index d49b947..3b4ef52 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -19,7 +19,14 @@ then
_prompt_colors[generic]=${PS1_YEAH}
fi
-__set_prompt_colors
+case "$( _process_tree )" in
+ *":: SCREEN ::"*)
+ __set_prompt_colors "38;5;124"
+ ;;
+ *)
+ __set_prompt_colors
+ ;;
+esac
## Prompts
#