From c3d171a77e4f71285058e4a96fb95ef53a385b0c Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 2 May 2025 11:40:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bashrc:=20macOS=20ssh=E9=80=A3=E5=85=A5?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=99=82=E6=9C=83=E8=AE=8A=E4=BA=82=E7=A2=BC?= =?UTF-8?q?=E7=9A=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_bashrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 42464cf..ca3224f 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -7,5 +7,6 @@ {{ end }} # ----以下是我的自訂內容 ------------------------------------------------------ +export LANG=zh_TW.UTF-8 #macOS要手動指定,不然被ssh連入使用時會變亂碼 {{ template "common.sh.tmpl" . }}