summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 2185826..d38ee68 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -18,6 +18,9 @@ _correct_colors[suggest]="$color[blue];$color[bold]"
#
set_prompt_colors ()
{
+ # Forces HBAR re-generation with new colors..
+ _COLUMNS_OLD=0
+
local my_generic
# Get the generic color from cmdline, else from envvar...
my_generic=${1:-$_prompt_colors[generic]}