export LC_ALL=C to avoid decimal separator issues
This commit is contained in:
parent
51cef6f32a
commit
a071b001cf
|
@ -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='
|
||||
# '
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue