From 57b28ca26b34249ba0bbf14b507701d99e88d73c Mon Sep 17 00:00:00 2001 From: giomba Date: Sat, 26 Mar 2022 22:03:25 +0100 Subject: [PATCH] Don't localize messages of git. --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index ac298fb..70f9a3d 100644 --- a/zshrc +++ b/zshrc @@ -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: