From 378e62e0a559b5240121fbed235f3f475f9c12ec Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 13 Aug 2023 22:14:25 +0800 Subject: [PATCH] add some --- etc/conf/bash_local.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index fda9f508..6be9952a 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -2,6 +2,8 @@ touch ~/.hushlogin export BASH_SILENCE_DEPRECATION_WARNING=1 +export TZ=Asia/Shanghai +export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 export CGO_ENABLED=0