summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 2d9ce0e..6e10c54 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -334,8 +334,10 @@ if ( echo $ZSH_STATUS | grep -q -- "-D1rTY-" )
then
if ( __privileged_user )
then
+ # Black for root
__set_prompt_colors "30"
else
+ # Poopy for standard user
__set_prompt_colors "38;5;14"
fi
echo