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:
e45ba67
)
bash_profile: Unset LANG.
author
Mark Wooding
<mwooding@ncipher.com>
Wed, 15 Mar 2006 18:47:27 +0000
(18:47 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/bash_profile
b/bash_profile
index c95db15606a062813b9380772e34f2b282389922..64a85f1e384898273a33a37dbb51ce17991b88f1 100644
(file)
--- 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//:"