From 0608d3b43f1f7bcc0ac56184e67caad153cd700c Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 17 Jul 2014 16:01:31 +0200 Subject: [Prompts] removes RPROMPT --- 12_Prompts.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 9cf5734..71854fb 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -324,7 +324,9 @@ __two_lines_prompt () PS2="$C_$_prompt_colors[soft_generic]$_C$(for i in {2..$#lastline} ; print -n "ยท" ; tput sc ; print -n "\r")$C_$color[yellow];$color[bold]$_C%_$(tput rc)$C_$color[none]$_C " __debug "------------------------------" + #RPROMPT=$C_$_prompt_colors[bar]$_C"%{"$T_"%}m"${(l:$(($DATESIZE - 3))::q:)}"j%{"$_T"%}" } +unset RPROMPT if ( ! __zsh_status ) then -- cgit v1.2.3