如何將 Mac terminal git 提示改成英文

適用系統內建終端機和 iTerm2

Chengcheng Hsu
Jul 23, 2022
git 顯示中文提示

手把手教學

  1. 打開任一終端機,打上 vim ~/.bash_profile 並按下 enter 進入 .bash_profile 檔案的功能模式(vim 的模式和語法可參考此

進到此檔案到可以發現空無一物,除非本來有設定其他東西,接著要按 a 來進入編輯模式(會發現底下變成--INSERT-- ),這時就能加上 export LC_ALL=en_US.UTF-8 ,加好後按 esc退出編輯模式,打上 :wq 來儲存並退出檔案

2. 打上 source ~/.bash_profile 來重新載入設定檔

3. 編輯 .zshrc 檔案

一樣要變成編輯模式,找個順眼的地方插入 source ~/.bash_profile 這行(我是直接放在檔案最後一行),接著儲存並退出

接著重啟終端機後 git 提示即為英文了!漂亮!

git 顯示英文提示

--

--

Chengcheng Hsu
Chengcheng Hsu

Written by Chengcheng Hsu

Frontend developer | Quality over time spent | Slowly but surely | contact me: ychsu.wk@gmail.com