fix bashrc: macOS ssh連入使用時會變亂碼的問題

This commit is contained in:
Yuan Chiu 2025-05-02 11:40:36 +08:00
parent 43d42a685f
commit c3d171a77e

View File

@ -7,5 +7,6 @@
{{ end }}
# ----以下是我的自訂內容 ------------------------------------------------------
export LANG=zh_TW.UTF-8 #macOS要手動指定不然被ssh連入使用時會變亂碼
{{ template "common.sh.tmpl" . }}