Don't set locale to en_US.UTF-8 unconditionally.

This is an unwise assumption, both for en_US and UTF-8; the fallback C
locale should be used instead.
This commit is contained in:
David Adam 2016-03-06 19:29:32 +08:00
parent ed4b78918a
commit b4b52b8234

View file

@ -8,15 +8,6 @@
if status --is-login
#
# Set some value for LANG if nothing was set before, and this is a
# login shell.
#
if not set -q LANG >/dev/null
set -gx LANG en_US.UTF-8
end
# Check for i18n information in
# /etc/sysconfig/i18n