rc: replace yaourt with pacaur

This commit is contained in:
Aminda Suomalainen 2016-03-06 13:24:06 +02:00
parent 36b99e8679
commit 232388f405
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 yaourt share the same flags
if hash yaourt 2>/dev/null; then
alias pacman="yaourt --needed"
# As pacman and pacaur share the same flags
if hash pacaur 2>/dev/null; then
alias pacman="pacaur --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="pacman --needed"

View File

@ -577,9 +577,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 yaourt share the same flags
if hash yaourt 2>/dev/null; then
alias pacman="yaourt --needed"
# As pacman and pacaur share the same flags
if hash pacaur 2>/dev/null; then
alias pacman="pacaur --needed"
else
# I don't want to reinstall exact same versions that I have
alias pacman="pacman --needed"