summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2013-09-04 14:48:15 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2013-09-04 14:48:15 +0200
commitacadbeee51660969cf4a9c24f8a717aedf133784 (patch)
treed3edafc3a2fdb10e40e064b1505c0bfc065b1ed9
parent328ec12b51b9a4ce331001ee81e60d6ad1a19561 (diff)
downloaddotfiles-acadbeee51660969cf4a9c24f8a717aedf133784.tar.gz
dotfiles-acadbeee51660969cf4a9c24f8a717aedf133784.tar.bz2
dotfiles-acadbeee51660969cf4a9c24f8a717aedf133784.zip
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.
-rw-r--r--bash/bash_aliases3
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"