bash中
vim ~/.bash_profile
添加
alias git='LANG=en_GB git'
执行
source ~/.bash_profile
zsh中
vim ~/.zshrc
添加
alias git='LANG=en_GB git'
执行
source ~/.zshrc
bash中
vim ~/.bash_profile
添加
alias git='LANG=en_GB git'
执行
source ~/.bash_profile
zsh中
vim ~/.zshrc
添加
alias git='LANG=en_GB git'
执行
source ~/.zshrc