From 4f33bf1187397cc139c3f12061c1fb4f024ad4cf Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 20 Sep 2013 11:17:41 +0200 Subject: [Colors] Poopy dirty zsh prompt flushed. --- 12_Prompts.zsh | 8 -------- 1 file changed, 8 deletions(-) (limited to '12_Prompts.zsh') diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 8f7ce37..ebf6e39 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -313,14 +313,6 @@ __two_lines_prompt () if ( ! __zsh_status ) 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 echo -n $c_$_prompt_colors[warning]$_c #toilet -f bigmono9 "D1rTY Zsh.." -- cgit v1.2.3