From 25a4234dd4fb9880921ce2acab1eee70b9f38f31 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Sun, 1 Feb 2015 20:38:47 +0300 Subject: [PATCH] Set locale --- home/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 234c7ce..bd29af0 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -5,4 +5,6 @@ plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlig source $ZSH/oh-my-zsh.sh -export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:$PATH \ No newline at end of file +export LANG=en_US.UTF-8 +export LANGUAGE=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 \ No newline at end of file