mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-15 06:45:47 +00:00
update zsh configuration files
This commit is contained in:
7
zsh/pacman_test
Normal file
7
zsh/pacman_test
Normal 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
|
||||
}
|
Reference in New Issue
Block a user