From 6a58bf1a67d2f0a00d185cc13ddd9dc13980dfd7 Mon Sep 17 00:00:00 2001 From: Abra Date: Mon, 2 Jul 2018 23:50:43 +0400 Subject: [PATCH] update rsync2 --- .zprezto/runcoms/zalias | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 99a95af..4d17441 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -128,13 +128,12 @@ rsync2() { --compress \ --human-readable \ --update \ - --inplace \ --times \ --no-whole-file \ --itemize-changes \ --stats \ - --fuzzy \ --verbose \ + --links \ "${(@)@}" }