From: Mark Wooding Date: Tue, 13 Feb 2007 23:40:38 +0000 (+0000) Subject: bash_profile: Make sure LC_COLLATE is turned off. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b8a6530be7c5d570438a7cecc9814342537c339e?ds=sidebyside bash_profile: Make sure LC_COLLATE is turned off. This is the environment variable which is responsible for making `ls' do braindamaged things like sorting case-insensitively. Ngggg! --- diff --git a/bash_profile b/bash_profile index db97ecd..bdf839c 100644 --- a/bash_profile +++ b/bash_profile @@ -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