Set LC_ALL locale to US utf8, prevent error messages.
This commit is contained in:
parent
df0127551c
commit
a63dbe9897
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.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
|
||||
|
|
Loading…
Reference in a new issue