mirror of
1
0
Fork 0

export LC_ALL=C to avoid decimal separator issues

This commit is contained in:
Gregory Pakosz 2017-09-25 23:17:25 +02:00
parent 51cef6f32a
commit a071b001cf
1 changed files with 2 additions and 0 deletions

View File

@ -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='
# '
#