fix LANG-related format errors

- fixes #59
This commit is contained in:
Casper da Costa-Luis 2020-10-02 21:52:18 +01:00
parent d2b0f1c70e
commit cdad9a9ebc
No known key found for this signature in database
GPG key ID: D88C553DBD362CDE
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,6 @@
export LANG=C
export LC_ALL=C
get_tmux_option() {
local option="$1"
local default_value="$2"

View file

@ -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"