fix(zsh): do not set LANG in zsh, system should manage this

This commit is contained in:
Price Hiller 2024-02-02 15:44:43 -06:00
parent 17b1e6a4bc
commit ddb4679ee9
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -3,7 +3,6 @@
export PATH="${PATH}:${HOME}/.local/bin"
### Shell ###
export LANG=en_US.UTF-8
export ZSH_HIGHLIGHT_MAXLENGTH=10000
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)