added LC_*
This commit is contained in:
parent
5376cc29e8
commit
a5f510e98d
2
.zshrc
2
.zshrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user