From 797a02123b944800962437952bf5045a57c040d4 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 27 Jan 2009 15:37:23 +0100 Subject: [PROMPT] Battery support correction when no battery.. --- 12_Prompts.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 4a02cb1..31240e0 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -138,6 +138,7 @@ update_prompt() [ "$DEBUG" = "yes" ] && echo else BATTERY= + BATTERYSIZE=0 fi [ "$DEBUG" = "yes" ] && echo -n " Horizontal bar..." -- cgit v1.2.3