bash_profile: Unset LANG.
authorMark Wooding <mwooding@ncipher.com>
Wed, 15 Mar 2006 18:47:27 +0000 (18:47 +0000)
committerMark Wooding <mwooding@ncipher.com>
Wed, 15 Mar 2006 18:47:27 +0000 (18:47 +0000)
Various programs behave very oddly with LANG set.  For example, `ls'
sorts case-insensitively, which is quite obviously mad.  Turn this brain-
damage off.

bash_profile

index c95db15..64a85f1 100644 (file)
@@ -99,6 +99,8 @@ umask 002
 
 [ -z "$HOST" ] && export HOST=`hostname`
 
+unset LANG
+
 export EDITOR="emacs -nw"; export VISUAL="$EDITOR"
 export TEXINPUTS=".:$HOME/lib/tex//:"