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() {
|
||||
/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
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# pacman commands with repo variations
|
||||
yatest() {
|
||||
/usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
aurtest() {
|
||||
/usr/bin/aurman --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
yaaur() {
|
||||
/usr/bin/yaourt --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
auraur() {
|
||||
/usr/bin/aurman --config /etc/pacaur.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user