From 3b8bd9d57fd621e530fcea498bdbe15b1d3e69bd Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 15 Oct 2025 17:20:10 +0800 Subject: [PATCH] [F] utf-8 support --- scripts/zshrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index b276a0d..8bbe11f 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -4,6 +4,10 @@ HISTSIZE=100000 SAVEHIST=100000 setopt SHARE_HISTORY +# UTF-8 Support +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 + BASEDIR="$(dirname "$(dirname "$0")")" # Bash-like shortcuts