From: Mark Wooding Date: Wed, 15 Mar 2006 18:47:27 +0000 (+0000) Subject: bash_profile: Unset LANG. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/f374674caa59a56f33b17935d13d88fd6c709203?hp=e45ba675640cfea8de0d52c7d7469f0d8371377b bash_profile: Unset LANG. Various programs behave very oddly with LANG set. For example, `ls' sorts case-insensitively, which is quite obviously mad. Turn this brain- damage off. --- diff --git a/bash_profile b/bash_profile index c95db15..64a85f1 100644 --- a/bash_profile +++ b/bash_profile @@ -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//:"