summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-19 17:51:13 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-19 17:51:13 +0200
commitf718af82030c7a5d295ebff54482b184ec0a7e39 (patch)
treed070413234f59a68914dc14ae210c75f02f49053 /12_Prompts.zsh
parent086bd94740186f5d616eacc0e974ca68b220b0fb (diff)
[Prompt] little display tweaks to speed up things. 'reset-prompt' zle rewritten.
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
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)