From b6a39dca2f679d9aa78af09ea8c3d65f1dc43ef3 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 1 Oct 2013 15:55:15 +0200 Subject: [Hbar] Uses search-replace to get value from a shell variable (Calling the variable from expand-Glob-qualifier does not work) --- 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 0800ad2..7a184d1 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=${(l:13::q:)} + HBAR=${${(l:13::q:)}//q/$_tq_} VBAR=$T_$_tx_$_T echo -- cgit v1.2.3