mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
# pacman commands with repo variations
|
|
yatest() {
|
|
/usr/bin/yaourt --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
|
|
}
|