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

@ -1 +0,0 @@
zlogin

View file

@ -1 +0,0 @@
zprofile

1
.zshrc
View file

@ -1 +0,0 @@
zshrc

View file

@ -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)'

View file

@ -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