From 3531d348a588db9fb9b848c90153799f4d0e18ca Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 10 Jun 2012 09:36:24 -0400 Subject: [PATCH] Revert "setting some language options for convenience." This reverts commit 4acfd5aa357f5761e95ec3ada35d78f1412dccb3. --- .zsh/exports.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 75e1d5b..be2abc5 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -11,5 +11,3 @@ 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'