mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
parent
d2b0f1c70e
commit
cdad9a9ebc
|
|
@ -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