aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-21 11:52:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-21 11:52:27 +1300
commit64104187623e4b541b46c293b2d9a342651e090a (patch)
treed9089961b53706081de9154a5bd1d9a9282d792a /bash/bash_profile
parentChange path for agent file. (diff)
downloaddotfiles-64104187623e4b541b46c293b2d9a342651e090a.tar.gz
dotfiles-64104187623e4b541b46c293b2d9a342651e090a.zip
Add environment variables.
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile3
1 files changed, 3 insertions, 0 deletions
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