From 7d1ab2920cdfadb6d2c41729c2b57eccdaca9e71 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 11 Jun 2012 09:43:56 -0400 Subject: [PATCH] more lang stuff. --- .zsh/exports.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 6a3aa37..dc670c7 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -13,3 +13,4 @@ export GREP_OPTIONS='--color=auto' export GREP_COLOR='1;32' # language export LC_ALL=en_US.UTF-8 +export LANGUAGE=en_US.UTF-8