aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
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