switch aurman to yay

This commit is contained in:
2018-11-12 21:15:19 +03:00
parent 393c8fa3e9
commit 352f3fe1a1
3 changed files with 40 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# pacman commands with repo variations
aurtest() {
/usr/bin/aurman --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
yaytest() {
/usr/bin/yay --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
}
auraur() {
/usr/bin/aurman --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
yayaur() {
/usr/bin/yay --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
}