mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 04:54:10 +01:00
rsync
This commit is contained in:
parent
ca235c11bd
commit
06257bcd39
3
files/fish/functions/rsync.fish
Normal file
3
files/fish/functions/rsync.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function rsync --description 'alias rsync rsync -az --info=progress2'
|
||||
command rsync -az --info=progress2 $argv;
|
||||
end
|
Loading…
Reference in New Issue
Block a user