From f718af82030c7a5d295ebff54482b184ec0a7e39 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 19 Jun 2012 17:51:13 +0200 Subject: [Prompt] little display tweaks to speed up things. 'reset-prompt' zle rewritten. --- 12_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '12_Prompts.zsh') diff --git a/12_Prompts.zsh b/12_Prompts.zsh index ba8b7be..2b2255a 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -291,7 +291,7 @@ __two_lines_prompt () for trigger in $PS1_TASKBAR do result=$($trigger) - [ -n "$result" ] && PS1_+=$(tput cuf 1)${result}$C_$_prompt_colors[bar]$_C + [ -n "$result" ] && PS1_+=$_cuf1_${result}$C_$_prompt_colors[bar]$_C done PS1_+=$(__show_date) -- cgit v1.2.3