add alias file for voidlinux
This commit is contained in:
parent
2c15751cb1
commit
ee4caa7965
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue