From 06257bcd399220c96c59c65b03d71203c9bd4015 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 17 Oct 2022 14:57:00 +0200 Subject: [PATCH] rsync --- files/fish/functions/rsync.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/fish/functions/rsync.fish diff --git a/files/fish/functions/rsync.fish b/files/fish/functions/rsync.fish new file mode 100644 index 0000000..70607db --- /dev/null +++ b/files/fish/functions/rsync.fish @@ -0,0 +1,3 @@ +function rsync --description 'alias rsync rsync -az --info=progress2' + command rsync -az --info=progress2 $argv; +end