From acadbeee51660969cf4a9c24f8a717aedf133784 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 4 Sep 2013 14:48:15 +0200 Subject: Add git alias to force US local git now uses gettext to localize output, and vim syntax file does not cope well with it. So disable localization in git for now. --- bash/bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bash_aliases b/bash/bash_aliases index 654dc8d..a4b9a4b 100644 --- a/bash/bash_aliases +++ b/bash/bash_aliases @@ -12,3 +12,6 @@ alias i2u='iconv -f ISO_8859-15 -t UTF-8' alias less='/usr/share/vim/vim74/macros/less.sh' +# Because git now uses gettext, and vim does not have +# a corresponding syntax file. +alias git="LANG=en_US git" -- cgit v1.2.3-70-g09d2