From da9ec47882b091c0d95f2ef57b83f2f3889aa8ab Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 27 Sep 2013 17:00:51 +0200 Subject: [Internal] Uses Zsh’s power to construct fixed-length strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ebf6e39..0800ad2 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -317,7 +317,7 @@ then echo -n $c_$_prompt_colors[warning]$_c #toilet -f bigmono9 "D1rTY Zsh.." - HBAR=$(for i in {1..13} ; echo -n - "$_tq_") + HBAR=${(l:13::q:)} VBAR=$T_$_tx_$_T echo -- cgit v1.2.3