add alias file for voidlinux
This commit is contained in:
parent
2c15751cb1
commit
ee4caa7965
12
aliases/void
Normal file
12
aliases/void
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue