update zsh configuration files

This commit is contained in:
arcan1s
2014-11-26 12:10:58 +03:00
parent 63bae6ae0b
commit 8071d696d8
25 changed files with 447 additions and 1848 deletions

7
zsh/pacman_test Normal file
View File

@ -0,0 +1,7 @@
# 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
}