summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh3
1 files changed, 1 insertions, 2 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 6e10c54..c947d6a 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -329,8 +329,7 @@ __two_lines_prompt ()
}
-ZSH_STATUS=$(__zsh_status)
-if ( echo $ZSH_STATUS | grep -q -- "-D1rTY-" )
+if ( ! __zsh_status )
then
if ( __privileged_user )
then