From 04e7e35428ada5038a3f90ba04f9982207a2e72f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 Feb 2012 10:16:29 +1300 Subject: Removed locale definition for now. Causing problems on some older servers with which I need to work. --- bash/bash_profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bash/bash_profile') 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 -- cgit v1.2.3