From e5d4961e7a789ac93c7eb94fa86ebdfe06399334 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 25 Oct 2012 10:28:06 +0200 Subject: [Prompt] Always starts at BOL. --- 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 b7cacc1..34cc088 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -295,7 +295,7 @@ __two_lines_prompt () ## Le prompt le plus magnifique du monde, et c'est le mien ! # Affiche l'user, l'host, le tty et le pwd. Rien que ça... # - PS1_=$HBAR$(print -Pn '\r') + PS1_=$(print -Pn '\r')$HBAR$(print -Pn '\r') for trigger in $PS1_TASKBAR do result=$($trigger) -- cgit v1.2.3