From 512a16ece9fc2576185b4e97c2bf46871d059f17 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 26 Apr 2012 10:53:12 +0200 Subject: [Colors] forces hbar re-generation with colors --- 11_Colors.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to '11_Colors.zsh') 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]} -- cgit v1.2.3