Small additions and updates
This commit is contained in:
parent
88b3f3b222
commit
42ee7c9ee3
|
@ -13,6 +13,8 @@ alias :q="exit"
|
||||||
alias rget="rsync -rvP --append-verify --inplace"
|
alias rget="rsync -rvP --append-verify --inplace"
|
||||||
alias 7zu="7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on"
|
alias 7zu="7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on"
|
||||||
|
|
||||||
|
alias f="noglob find . -iname"
|
||||||
|
|
||||||
alias sudo="sudo "
|
alias sudo="sudo "
|
||||||
alias S='sudo $(history -n -1)'
|
alias S='sudo $(history -n -1)'
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,13 @@ grep -q "void" /etc/os-release || return
|
||||||
|
|
||||||
alias xq="xbps-query -Rs"
|
alias xq="xbps-query -Rs"
|
||||||
|
|
||||||
|
alias xfiles="xbps-query -f"
|
||||||
|
|
||||||
|
alias xupdate="xbps-install -Su"
|
||||||
|
function xowner() {
|
||||||
|
xbps-query -Ro "*${1}*"
|
||||||
|
}
|
||||||
|
|
||||||
sv() {
|
sv() {
|
||||||
command sv "$@"
|
command sv "$@"
|
||||||
if [[ "$1" == "up" ]]; then
|
if [[ "$1" == "up" ]]; then
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3409a2e4d27386e3404e331553194c3e0f0163ac
|
Subproject commit 76ea9e1df3166209d5f937f57a0833f26b1a01bd
|
Loading…
Reference in a new issue