fix(zsh): do not set LANG
in zsh, system should manage this
This commit is contained in:
parent
17b1e6a4bc
commit
ddb4679ee9
@ -3,7 +3,6 @@
|
|||||||
export PATH="${PATH}:${HOME}/.local/bin"
|
export PATH="${PATH}:${HOME}/.local/bin"
|
||||||
|
|
||||||
### Shell ###
|
### Shell ###
|
||||||
export LANG=en_US.UTF-8
|
|
||||||
export ZSH_HIGHLIGHT_MAXLENGTH=10000
|
export ZSH_HIGHLIGHT_MAXLENGTH=10000
|
||||||
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
|
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
|
||||||
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||||
|
Loading…
Reference in New Issue
Block a user