This commit is contained in:
cupcakearmy 2022-10-17 14:57:00 +02:00
parent ca235c11bd
commit 06257bcd39
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function rsync --description 'alias rsync rsync -az --info=progress2'
command rsync -az --info=progress2 $argv;
end