diff --git a/home/dotfiles/zshrc b/home/dotfiles/zshrc index bbe2ef3..a60910e 100644 --- a/home/dotfiles/zshrc +++ b/home/dotfiles/zshrc @@ -55,6 +55,12 @@ if [ -d "$HOME/Library/Python/2.7" ]; then PATH="$HOME/Library/Python/2.7/bin:$PATH" export PATH fi +if [ -z "$LC_ALL" ]; then + source <(locale | grep '^LC_ALL=') +fi +if [ -z "$LANG" ]; then + source <(locale | grep '^LANG=') +fi section_end # Powerline