dotfiles/zsh/pacman_test
2014-11-26 12:10:58 +03:00

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
}