mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
rc: run pacman with LANG=en
This commit is contained in:
parent
232388f405
commit
9ead3d6483
@ -576,10 +576,10 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
|||||||
|
|
||||||
# As pacman and pacaur share the same flags
|
# As pacman and pacaur share the same flags
|
||||||
if hash pacaur 2>/dev/null; then
|
if hash pacaur 2>/dev/null; then
|
||||||
alias pacman="pacaur --needed"
|
alias pacman="LANG=en pacaur --needed"
|
||||||
else
|
else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Sailfish Network status, via IRC
|
# Sailfish Network status, via IRC
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -579,10 +579,10 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
|||||||
|
|
||||||
# As pacman and pacaur share the same flags
|
# As pacman and pacaur share the same flags
|
||||||
if hash pacaur 2>/dev/null; then
|
if hash pacaur 2>/dev/null; then
|
||||||
alias pacman="pacaur --needed"
|
alias pacman="LANG=en pacaur --needed"
|
||||||
else
|
else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Sailfish Network status, via IRC
|
# Sailfish Network status, via IRC
|
||||||
|
Loading…
Reference in New Issue
Block a user