aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/rsync/rsync.plugin.zsh')
-rw-r--r--.oh-my-zsh/plugins/rsync/rsync.plugin.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh b/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh
deleted file mode 100644
index 1a3bb4c..0000000
--- a/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh
+++ /dev/null
@@ -1,4 +0,0 @@
-alias rsync-copy="rsync -avz --progress -h"
-alias rsync-move="rsync -avz --progress -h --remove-source-files"
-alias rsync-update="rsync -avzu --progress -h"
-alias rsync-synchronize="rsync -avzu --delete --progress -h"