summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-04-26 14:19:53 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-04-26 14:19:53 +0200
commit8e7adae415cbe53d48d35751218834c2479b9f30 (patch)
tree9fea7594799af125224feeb6e78bcd0aaaf4078f /12_Prompts.zsh
parent801c5d73736b978fd1eb29168d27afc21f97a161 (diff)
[Git] improvments ...
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