Merge branch 'master' of github.com:NeuralSandwich/oh-my-zsh

This commit is contained in:
Sean Jones 2012-12-03 15:13:08 +00:00
commit 8f8bc33989

View file

@ -63,7 +63,7 @@ elif [[ $(uname) == "Linux" ]] ; then
echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}"
}
else
error_msg='no battery'
error_msg="∞"
function battery_pct_remaining() { echo $error_msg }
function battery_time_remaining() { echo $error_msg }
function battery_pct_prompt() { echo '' }