調整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'.
沒有留言:
張貼留言