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

@ -2,6 +2,6 @@
pacman() {
/usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash
}
aurman() {
/usr/bin/aurman $* && echo "$*" | grep -q "S\|R\|U" && rehash
yay() {
/usr/bin/yay $* && echo "$*" | grep -q "S\|R\|U" && rehash
}