LANG for "." as decimal separator (and not e.g. in German ",")
This commit is contained in:
parent
edd2c3e6c7
commit
4b6f4b8341
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user