From 64104187623e4b541b46c293b2d9a342651e090a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Feb 2012 11:52:27 +1300 Subject: Add environment variables. --- bash/bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bash_profile b/bash/bash_profile index bae38cfa..f46d8af5 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -10,3 +10,6 @@ if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi +# Environment variables. +export LANG=en_NZ.UTF-8 +export NCURSES_NO_UTF8_ACS=1 -- cgit v1.2.3