From 2621787807b9c27e5e34f5330eb3acd9bf965015 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 11 Jun 2012 09:42:40 -0400 Subject: [PATCH] adding locale stuff --- .zsh/exports.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index be2abc5..6a3aa37 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 +export LC_ALL=en_US.UTF-8