aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-22 10:16:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-22 10:16:29 +1300
commit04e7e35428ada5038a3f90ba04f9982207a2e72f (patch)
tree109a73ea45eb52498f360d6b8b650180d78a05c4
parentStill tweaking. (diff)
downloaddotfiles-04e7e35428ada5038a3f90ba04f9982207a2e72f.tar.gz
dotfiles-04e7e35428ada5038a3f90ba04f9982207a2e72f.zip
Removed locale definition for now.
Causing problems on some older servers with which I need to work.
-rw-r--r--bash/bash_profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash/bash_profile b/bash/bash_profile
index 7f834d4e..0a5b4fd8 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -10,7 +10,6 @@ if [ -d "$HOME/bin" ]; then
PATH="$HOME/bin:$PATH"
fi
-# Environment variables.
-export LANG=en_NZ.UTF-8
+# None of this UTF8 drawing characters nonsense.
export NCURSES_NO_UTF8_ACS=1