mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-15 14:55:46 +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