rc: run pacman with LANG=en

This commit is contained in:
Aminda Suomalainen 2016-03-06 15:08:57 +02:00
parent 232388f405
commit 9ead3d6483
2 changed files with 4 additions and 4 deletions

View File

@ -576,10 +576,10 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# As pacman and pacaur share the same flags
if hash pacaur 2>/dev/null; then
alias pacman="pacaur --needed"
alias pacman="LANG=en pacaur --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="pacman --needed"
alias pacman="LANG=en pacman --needed"
fi
# Sailfish Network status, via IRC

View File

@ -579,10 +579,10 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# As pacman and pacaur share the same flags
if hash pacaur 2>/dev/null; then
alias pacman="pacaur --needed"
alias pacman="LANG=en pacaur --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="pacman --needed"
alias pacman="LANG=en pacman --needed"
fi
# Sailfish Network status, via IRC