fix: battery prompt when no rbenv exists

This commit is contained in:
Peter Hoeg 2011-09-29 17:38:09 +08:00
commit 08dea31e54

View file

@ -6,4 +6,5 @@ else
error_msg='no battery' error_msg='no battery'
function battery_pct_remaining() { echo $error_msg } function battery_pct_remaining() { echo $error_msg }
function battery_time_remaining() { echo $error_msg } function battery_time_remaining() { echo $error_msg }
function battery_pct_prompt() { echo '' }
fi fi