From a071b001cf3b8d243f56ad4c7bcb1285f6d04b57 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 25 Sep 2017 23:17:25 +0200 Subject: [PATCH] export LC_ALL=C to avoid decimal separator issues --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c19e9cc..90528ce 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -173,6 +173,8 @@ 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 +# # __newline=' # ' #