From 8e7adae415cbe53d48d35751218834c2479b9f30 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 26 Apr 2013 14:19:53 +0200 Subject: [Git] improvments ... --- 12_Prompts.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '12_Prompts.zsh') 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 -- cgit v1.2.3