Don't localize messages of git.
This commit is contained in:
parent
062da469d3
commit
57b28ca26b
4
zshrc
4
zshrc
@ -3829,6 +3829,10 @@ alias diff='diff -u --color'
|
|||||||
|
|
||||||
alias xopen='xdg-open'
|
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 #################################################################
|
## END OF FILE #################################################################
|
||||||
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
|
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
|
||||||
# Local variables:
|
# Local variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user