mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +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
|
||||
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
|
||||
|
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user