zsh: locale kludge
This commit is contained in:
parent
c4439324db
commit
bbca481fc4
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -51,6 +51,10 @@ setopt null_glob
|
|||
# ZSH_AUTOSUGGEST_USE_ASYNC=1
|
||||
# ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
# FIXME: Why does this work? Otherwise zshrc gets the wrong prompt length for unicode chars.
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LC_ALL=en_SE.UTF-8
|
||||
|
||||
export PATH=$HOME/bin:$PATH
|
||||
|
||||
redraw-prompt() {
|
||||
|
|
Loading…
Reference in a new issue