Small additions and updates

This commit is contained in:
crater2150 2016-11-23 09:58:17 +01:00
parent 88b3f3b222
commit 42ee7c9ee3
6 changed files with 10 additions and 4 deletions

View file

@ -4,6 +4,13 @@ grep -q "void" /etc/os-release || return
alias xq="xbps-query -Rs"
alias xfiles="xbps-query -f"
alias xupdate="xbps-install -Su"
function xowner() {
xbps-query -Ro "*${1}*"
}
sv() {
command sv "$@"
if [[ "$1" == "up" ]]; then