]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
zprofile: Cleanup.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index 6064a9a30a5c888819426e0c310e4aca6d8d5270..f1a3191a957b9ca626ca500b8045b2fd663db578 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -68,9 +68,13 @@ if [ -n "$COLORTERM" ]; then
 fi
 
 if [[ -n "$SSH_CONNECTION" ]]; then
-       PS1="${PS1/\[32/[33}"
+       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'