tmux-plugins / tmux-cpu

Plug and play cpu percentage and icon indicator for Tmux.
MIT License
426 stars 65 forks source link

Fixed issue where `free` command fails to be parsed. #47

Closed ms-jpq closed 4 years ago

ms-jpq commented 4 years ago

Very minor bug.

If your system's language is not English, free will fail to parse.

Setting LC_ALL=C fixes this.

ms-jpq commented 4 years ago

Nevermind, somebody beat me by a few hours

https://github.com/tmux-plugins/tmux-cpu/pull/46

casperdcl commented 4 years ago

Though in #46 we do LANG=C. Not sure whether the difference is important...