mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-15 22:59:56 +00:00
remove yaourt
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# redefine pacman and yaourt
|
||||
# redefine pacman and aurman
|
||||
pacman() {
|
||||
/usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
yaourt() {
|
||||
/usr/bin/yaourt $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
aurman() {
|
||||
/usr/bin/aurman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
|
Reference in New Issue
Block a user