zsh/aliases/void

13 lines
142 B
Plaintext
Raw Normal View History

2016-01-05 03:09:18 +00:00
#!/bin/zsh
alias xq="xbps-query -Rs"
sv() {
command sv "$@"
if [[ "$1" == "up" ]]; then
shift
sleep 0.5
command sv check "$@"
fi
}