From 89465385db8420181b74309a84a4dbaea0c1575d Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sat, 14 Oct 2017 23:44:53 +0200 Subject: [PATCH] replace 'export LC_ALL=C' with 'export LC_NUMERIC=C'. Fixes #108 and #110 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 90528ce..7dee0f4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -173,7 +173,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # # exit the script if any statement returns a non-true return value # set -e # -# export LC_ALL=C +# export LC_NUMERIC=C # # __newline=' # '