rc: s/pacaur/yay/g

Pacaur has been deprecated and I hope that yay which was suggested to
me at IRC does the same thing considering their README says:

> Yay is based on the design of yaourt, apacman and pacaur.
This commit is contained in:
Aminda Suomalainen 2018-11-26 14:43:14 +02:00
parent 4f99f6ebed
commit d5b860737f
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 6 additions and 6 deletions

View File

@ -574,9 +574,9 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
# Meant for SSL certificates (IRC))
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="LANG=en pacaur --needed"
# As pacman and yay share the same flags
if hash yay 2>/dev/null; then
alias pacman="LANG=en yay --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"

View File

@ -572,9 +572,9 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
# Meant for SSL certificates (IRC))
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="LANG=en pacaur --needed"
# As pacman and yay share the same flags
if hash yay 2>/dev/null; then
alias pacman="LANG=en yay --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"