LANG for "." as decimal separator (and not e.g. in German ",")

This commit is contained in:
olli 2023-01-18 10:34:45 +01:00
parent edd2c3e6c7
commit 4b6f4b8341

View File

@ -49,3 +49,6 @@ function undirect(){ exec 2>&9; }
function redirect(){ exec 2>&8; }
trap "redirect;" DEBUG
PROMPT_COMMAND='undirect;'
# LANG for "." as decimal separator (and not e.g. in German ",")
export LANG=en_US.UTF-8