added LC_*

This commit is contained in:
tracer 2019-12-21 14:44:59 +01:00
parent 5376cc29e8
commit a5f510e98d
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -8,6 +8,8 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
export MANPATH="/usr/local/man:$MANPATH"
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export EDITOR='vim'
bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word