]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
Also export LANG, has same values as LC_ALL.
[config/dotfiles.git] / shell / env
index d5a0891206b7849bbcb58ae5f4e6a56fd881d133..9e94d7b020efd88c2e3ee539492a9f16444e1800 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -3,7 +3,8 @@
 
 # Use UTF-8 encoding in the terminal.
 LC_ALL=en_US.UTF-8
-export LC_ALL
+LANG=$LC_ALL
+export LC_ALL LANG
 
 # Use Vim as editor.
 EDITOR=vim