Set LC_ALL locale to US utf8, prevent error messages.

This commit is contained in:
Marty Oehme 2019-02-15 13:45:53 +01:00
parent df0127551c
commit a63dbe9897

1
.zshrc
View file

@ -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