1
0
Fork 0

force set language

shell should use English even when interface language is Korean.

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2021-01-01 06:43:30 +09:00
parent e65b98278a
commit 8cbb75ae7e
Signed by: revi
GPG Key ID: AACAFCE3D8948D4E
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ if ! shopt -oq posix; then
fi
fi
export LANG="en_US.UTF-8"
# Don't check mail when opening terminal.
unset MAILCHECK