AdSense

網頁

2022/11/13

Mac Zsh 修改git語言顯示為英文

調整macOS Zsh shell在git操作顯示的文字為英文。


在Zsh的設定文件.zshrc新增下面設定儲存。

.zshrc

alias git='LANG=en_US git'

然後在終端機執行source ~/.zshrc重新載入.zshrc即可。


原本預設git操作的顯示名稱為簡中。

% git gr
git:'gr' 不是一個 git 指令。參見 'git --help'。

修改後顯示英文。

% git gr
fatal: not a git repository (or any of the parent directories): .git
~/Documents/projects % git aa
git: 'aa' is not a git command. See 'git --help'.


沒有留言:

AdSense