add alias file for voidlinux

This commit is contained in:
Alexander Gehrke 2016-01-05 04:09:18 +01:00
parent 2c15751cb1
commit ee4caa7965

12
aliases/void Normal file
View file

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