diff options
-rw-r--r-- | bash/bash_aliases | 3 |
1 files changed, 3 insertions, 0 deletions
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" |