Don't localize messages of git.

This commit is contained in:
giomba 2022-03-26 22:03:25 +01:00
parent 062da469d3
commit 57b28ca26b
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -3829,6 +3829,10 @@ alias diff='diff -u --color'
alias xopen='xdg-open'
# Everybody likes an user interface with his native language,
# but holy cow who is the idiot who localizes programming tools?
alias git='LANG=en_US.UTF-8 git'
## END OF FILE #################################################################
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
# Local variables: