Small additions and updates
This commit is contained in:
parent
88b3f3b222
commit
42ee7c9ee3
6 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue