mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
fix issue with localization
This commit is contained in:
parent
1d53845171
commit
5feb1185be
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
export LANG=C
|
||||
export LC_ALL=C
|
||||
|
||||
source "$CURRENT_DIR/helpers.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue