summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-06-16 12:30:30 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-06-16 12:30:30 +0200
commite078236323dfb5debda6e3cfcbd5ff1b7b56fd05 (patch)
treeea8df10497134cbb2f3d6006c2b0f7b7d882309f /.zshrc
parentdd3c141d5f8d1d8d8a3e9918bfa177d7ac07944e (diff)
downloaddotfiles-e078236323dfb5debda6e3cfcbd5ff1b7b56fd05.tar.gz
dotfiles-e078236323dfb5debda6e3cfcbd5ff1b7b56fd05.tar.xz
zshrc: export LANG not LC_ALL
exporting LC_ALL creates strange warnings when using devtools Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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