]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
shell/env: unset LC_ALL
[config/dotfiles.git] / 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