zsh/aliases/void
2016-01-05 04:25:41 +01:00

13 lines
142 B
Bash

#!/bin/zsh
alias xq="xbps-query -Rs"
sv() {
command sv "$@"
if [[ "$1" == "up" ]]; then
shift
sleep 0.5
command sv check "$@"
fi
}