From 088cc7568de3e522231b36fd4dd03decce14f936 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 1 Sep 2009 15:39:14 -0400 Subject: [PATCH] zshrc: Add locale settings. --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 67e8f47..f1a3191 100644 --- a/zshrc +++ b/zshrc @@ -71,6 +71,10 @@ if [[ -n "$SSH_CONNECTION" ]]; then PS1="${PS1/green/yellow}" fi +# Locale +export LANG=en_CA.UTF-8 +export LC_COLLATE=ja_JP.UTF-8 + # I like colours alias ls='ls --color=auto' alias grep='grep --color=auto' -- 2.43.2