mirror of
https://github.com/arcan1s/dotfiles.git
synced 2026-01-27 16:39:52 +00:00
switch aurman to yay
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user