chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
337ab14
)
bash_profile: Make sure LC_COLLATE is turned off.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 13 Feb 2007 23:40:38 +0000
(23:40 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/bash_profile
b/bash_profile
index db97ecd72da7a269877481ad7e48204800993fd6..bdf839cebd6d8d0c4a2e63f74cb264ecd3fb755f 100644
(file)
--- a/
bash_profile
+++ b/
bash_profile
@@
-104,7
+104,7
@@
umask 002
[ -z "$HOST" ] && export HOST=`hostname`
[ -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
export EDITOR=ed
for ed in "emacs21 -nw" "emacs -nw" vi pico nano ae; do