From b4b52b82340985595949238966b68daa710c99b2 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 6 Mar 2016 19:29:32 +0800 Subject: 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. --- etc/config.fish | 9 --------- 1 file changed, 9 deletions(-) (limited to 'etc') diff --git a/etc/config.fish b/etc/config.fish index 0683f40e..f4126d36 100644 --- a/etc/config.fish +++ b/etc/config.fish @@ -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 -- cgit v1.2.3