summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index d150b45..b517c5e 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -394,8 +394,8 @@ __hbar()
then
__debug -n " Horizontal bar..."
_COLUMNS_OLD=$COLUMNS
- unset HBAR
- HBAR=$C_$_prompt_colors[bar]$_C$T_
+ HBAR_COLOR=$C_$_prompt_colors[bar]$_C$T_
+ HBAR=$T_
for h in {1..$COLUMNS}
do
HBAR=${HBAR}$_tq_