[Fix #398] Manually set locale
This commit is contained in:
parent
f4d9b32de9
commit
6e65349c45
|
@ -26,7 +26,7 @@ export PAGER='less'
|
|||
#
|
||||
|
||||
if [[ -z "$LANG" ]]; then
|
||||
eval "$(locale)"
|
||||
export LANG='en_US.UTF-8'
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue