aboutsummaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 0926a250..61122076 100644
--- a/sh/profile
+++ b/sh/profile
@@ -8,7 +8,9 @@ export VISUAL=vi
# Set the POSIX interactive startup file to ~/.shinit
export ENV=$HOME/.shinit
-# Always use bytewise sorting
+# Use NZ English, but bytewise sorting
+export LANG=en_NZ.UTF-8
+export LANGUAGE=en_NZ:en
export LC_COLLATE=C
# Use less as my pager