Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Fix battery percentage and Brew count #73

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LanikSJ
Copy link

@LanikSJ LanikSJ commented Oct 10, 2017

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

@LanikSJ LanikSJ changed the title Fix battery percentage while plugged in Fix battery percentage and Brew count May 29, 2018
CamJN added a commit to CamJN/homebrew-core that referenced this pull request May 29, 2018
Deal with homebrew syntax change, PR: obihann/archey-osx#73
@maxim-belkin
Copy link

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
Copy link
Author

LanikSJ commented May 29, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants