obihann / archey-osx

An archey script clone for OS X
http://obihann.github.io/archey-osx/
GNU General Public License v2.0
341 stars 124 forks source link

Fix battery percentage and Brew count #73

Open LanikSJ opened 7 years ago

LanikSJ commented 7 years ago

This PR will fix the battery percentage when your Mac is fully charged. Tested while plugged in on a MacBook Pro.

This will also fix the following error in Brew count: Error: invalid option: -1

maxim-belkin commented 6 years ago

You don't need -1 when piping output to wc because with pipes each formula is listed on a separate line anyway. try brew list | less.

LanikSJ commented 6 years ago

@maxim-belkin Agreed which is why I removed it. Unless I'm missing something else.