aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-03-06 19:29:32 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-03-06 19:29:35 +0800
commitb4b52b82340985595949238966b68daa710c99b2 (patch)
tree343fe7976aced6c2e2ee3fc10420add032b4c816 /etc
parented4b78918a944fe3b3a1e05ac553e89d5f1fa411 (diff)
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/config.fish9
1 files changed, 0 insertions, 9 deletions
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