]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Also export LANG, has same values as LC_ALL.
authorSimon Ruderich <simon@ruderich.org>
Mon, 24 Nov 2008 19:15:29 +0000 (20:15 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:40 +0000 (16:34 +0100)
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