[F] utf-8 support

This commit is contained in:
2025-10-15 17:20:10 +08:00
committed by GitHub
parent 2795b508f2
commit 3b8bd9d57f
+4
View File
@@ -4,6 +4,10 @@ HISTSIZE=100000
SAVEHIST=100000 SAVEHIST=100000
setopt SHARE_HISTORY setopt SHARE_HISTORY
# UTF-8 Support
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
BASEDIR="$(dirname "$(dirname "$0")")" BASEDIR="$(dirname "$(dirname "$0")")"
# Bash-like shortcuts # Bash-like shortcuts