From 4acfd5aa357f5761e95ec3ada35d78f1412dccb3 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 10 Jun 2012 09:34:03 -0400 Subject: [PATCH] setting some language options for convenience. --- .zsh/exports.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index be2abc5..75e1d5b 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -11,3 +11,5 @@ export HISTFILE=~/.zhistory # grep options export GREP_OPTIONS='--color=auto' export GREP_COLOR='1;32' +# language options so I don't get annoyed +export LANG='en_US-UTF-8'