aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 08:46:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 08:46:23 +1200
commitb99bb3bf6945548cde8339d7e2c1036d5afbbade (patch)
treea40eebe55bb2c4d1a244de7c09e192937accc3bb
parentAdd tmux server systemd server method (diff)
downloaddotfiles-b99bb3bf6945548cde8339d7e2c1036d5afbbade.tar.gz
dotfiles-b99bb3bf6945548cde8339d7e2c1036d5afbbade.zip
Add language and locale settings to 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