fixed output string color declaration

This commit is contained in:
rjorgenson 2015-10-18 11:01:52 -07:00
parent acf5e97756
commit 118008c402

View file

@ -652,7 +652,7 @@ prompt_battery() {
fi
# display prompt_segment
[[ ! -z $bat_percent ]] && "$1_prompt_segment" "$0" "black" "$DEFAULT_COLOR" "$conn$(print_icon 'BATTERY_ICON'){$fg_color} $bat_percent%% $remain"
[[ ! -z $bat_percent ]] && "$1_prompt_segment" "$0" "black" "$DEFAULT_COLOR" "$conn$(print_icon 'BATTERY_ICON')%F{$fg_color} $bat_percent%% $remain"
fi
}