diff --git a/home/dotfiles/zshrc b/home/dotfiles/zshrc index a60910e..9deea70 100644 --- a/home/dotfiles/zshrc +++ b/home/dotfiles/zshrc @@ -57,9 +57,11 @@ if [ -d "$HOME/Library/Python/2.7" ]; then fi if [ -z "$LC_ALL" ]; then source <(locale | grep '^LC_ALL=') + export LC_ALL fi if [ -z "$LANG" ]; then source <(locale | grep '^LANG=') + export LANG fi section_end