mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
remove yaourt
This commit is contained in:
parent
928d8f7222
commit
393c8fa3e9
@ -1,7 +1,7 @@
|
|||||||
# redefine pacman and yaourt
|
# redefine pacman and aurman
|
||||||
pacman() {
|
pacman() {
|
||||||
/usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
/usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||||
}
|
}
|
||||||
yaourt() {
|
aurman() {
|
||||||
/usr/bin/yaourt $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
/usr/bin/aurman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# pacman commands with repo variations
|
# pacman commands with repo variations
|
||||||
yatest() {
|
aurtest() {
|
||||||
/usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
/usr/bin/aurman --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||||
}
|
}
|
||||||
yaaur() {
|
auraur() {
|
||||||
/usr/bin/yaourt --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
/usr/bin/aurman --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user