actuallymentor / battery

CLI/GUI for managing the battery charging status for Apple silicon (M1, M32, M3) Macs
MIT License
3.58k stars 148 forks source link

Reorder paths. #248

Closed gotgenes closed 3 months ago

gotgenes commented 6 months ago

It's important to order the paths from the most specific to the most general.

This fixes the issue where binaries installed via Homebrew were ignored.

Also, removed /opt/homebrew from the list of paths. Homebrew does not install programs to its root directory.

actuallymentor commented 3 months ago

Thank you, much appreciated!