From 97dd8a24d294f0bcf7afee45d485c0dbfd026212 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 27 Nov 2024 10:21:59 +0800 Subject: [PATCH] [home/zsh] update LC_ALL env to en_US.UTF-8 Signed-off-by: SouthFox --- files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zshrc b/files/zshrc index 346899f..6e2a38f 100644 --- a/files/zshrc +++ b/files/zshrc @@ -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