From a63dbe98974cc72a763a15b5a4869216021229ae Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Feb 2019 13:45:53 +0100 Subject: [PATCH] Set LC_ALL locale to US utf8, prevent error messages. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 33b2b51..04f9e79 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,7 @@ setopt correct unsetopt correctall #ZSH_TMUX_AUTOSTART=true +export LC_ALL="en_US.utf-8" POWERLEVEL9K_MODE='nerdfont-complete' #POWERLEVEL9K_SHORTEN_DIR_LENGTH=1