Remove -v from rsync alias

This commit is contained in:
crater2150 2018-05-14 15:07:53 +02:00
parent ffb43d1585
commit 209b0cc260

View file

@ -10,7 +10,7 @@ alias lll="ls -hla"
alias ds="du -sh" alias ds="du -sh"
alias :q="exit" alias :q="exit"
alias rget="rsync -rvP --append-verify --inplace" alias rget="rsync -rP --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"
if command -v fd >/dev/null; then if command -v fd >/dev/null; then