dolmen / angel-PS1

Your fancy shell prompt fed by your guardian angel
https://twitter.com/nglPS1
GNU Affero General Public License v3.0
61 stars 3 forks source link

handle the case when the battery is "100%; charged;" on macOS. #24

Closed gugod closed 3 years ago

gugod commented 4 years ago

This also fix a warning about $1 being undef.

When fully changed, the output of pmset -g batt is:

Now drawing from 'AC Power'
 -InternalBattery-0 (id=4391011)    100%; charged; 0:00 remaining present: true

osx version: 10.13.6

gugod commented 4 years ago

It looks like issue #25 can be resolved with this PR.