[home/zsh] update LC_ALL env to en_US.UTF-8

Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
SouthFox 2024-11-27 10:21:59 +08:00
parent 86d0dd70fc
commit 97dd8a24d2

View file

@ -68,7 +68,7 @@ ZSH_THEME="fox"
# Add wisely, as too many plugins slow down shell startup.
export LANG=en_US.UTF-8
export LC_ALL=C
export LC_ALL=en_US.UTF-8
. $HOME/.guix-home/setup-environment