From e078236323dfb5debda6e3cfcbd5ff1b7b56fd05 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 16 Jun 2012 12:30:30 +0200 Subject: zshrc: export LANG not LC_ALL exporting LC_ALL creates strange warnings when using devtools Signed-off-by: Florian Pritz --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 63af334..d96e8b9 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ stty -echo ZDOTDIR="$HOME/.zsh" -export LC_ALL=en_US.utf8 +export LANG=en_US.UTF-8 export PATH=$HOME/bin:$PATH if [[ -d $HOME/misc/scripts ]]; then -- cgit v1.2.3-24-g4f1b