diff options
Diffstat (limited to 'oh-my-zsh/plugins/rsync/rsync.plugin.zsh')
-rw-r--r-- | oh-my-zsh/plugins/rsync/rsync.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/rsync/rsync.plugin.zsh b/oh-my-zsh/plugins/rsync/rsync.plugin.zsh new file mode 100644 index 0000000..1a3bb4c --- /dev/null +++ b/oh-my-zsh/plugins/rsync/rsync.plugin.zsh @@ -0,0 +1,4 @@ +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" |