chiark / gitweb /
bash_profile: Make sure LC_COLLATE is turned off.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 13 Feb 2007 23:40:38 +0000 (23:40 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 13 Feb 2007 23:40:38 +0000 (23:40 +0000)
This is the environment variable which is responsible for making `ls' do
braindamaged things like sorting case-insensitively.  Ngggg!

bash_profile

index db97ecd72da7a269877481ad7e48204800993fd6..bdf839cebd6d8d0c4a2e63f74cb264ecd3fb755f 100644 (file)
@@ -104,7 +104,7 @@ umask 002
 
 [ -z "$HOST" ] && export HOST=`hostname`
 
-unset LANG
+unset LANG LC_COLLATE
 
 export EDITOR=ed
 for ed in "emacs21 -nw" "emacs -nw" vi pico nano ae; do