Remove -v from rsync alias
This commit is contained in:
parent
ffb43d1585
commit
209b0cc260
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue