]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/env: unset LC_ALL
authorSimon Ruderich <simon@ruderich.org>
Mon, 14 Apr 2014 13:50:45 +0000 (15:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 14 Apr 2014 13:52:02 +0000 (15:52 +0200)
shell/env

index 2a1fc192f83428e79b08b50e37aa5c3f8d26db11..3840ad0ef83e8964d4bb3b85458be3cd29ea10d9 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -25,6 +25,9 @@ source_debug ". ~/.shell/env"
 LANG=en_US.UTF-8
 export LANG
 
+# Just in case a nice administrator tries to force LC_ALL on us ...
+unset LC_ALL
+
 # Make sure $LANGUAGE is not set. It's a GNU extension which can overwrite
 # variables like $LANG or $LC_ALL.
 unset LANGUAGE