mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
Merge pull request #60 from tmux-plugins/fix-lang
fix LANG-related format errors
This commit is contained in:
commit
a646196686
|
|
@ -1,3 +1,6 @@
|
|||
export LANG=C
|
||||
export LC_ALL=C
|
||||
|
||||
get_tmux_option() {
|
||||
local option="$1"
|
||||
local default_value="$2"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
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