summaryrefslogtreecommitdiff
path: root/plugins/rsync
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-12-02 12:16:30 -0800
committerRobby Russell <robby@planetargon.com>2012-12-02 12:16:30 -0800
commitd3b867d96739db83be762c607cc6f978429250a4 (patch)
tree3a10ca2b61177fe7a24c649fb3724533fb371170 /plugins/rsync
parentab13d0756fcbf690d9550ec1329ff99da0dc3c75 (diff)
parentbadc3eb6ceba2a0cf9a30e056874f089411074ac (diff)
downloadzsh-d3b867d96739db83be762c607cc6f978429250a4.tar.gz
zsh-d3b867d96739db83be762c607cc6f978429250a4.tar.bz2
zsh-d3b867d96739db83be762c607cc6f978429250a4.zip
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/rsync')
-rw-r--r--plugins/rsync/rsync.plugin.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/rsync/rsync.plugin.zsh b/plugins/rsync/rsync.plugin.zsh
new file mode 100644
index 000000000..33a31a5c1
--- /dev/null
+++ b/plugins/rsync/rsync.plugin.zsh
@@ -0,0 +1,4 @@
+alias rsync-copy="rsync -av --progress -h"
+alias rsync-move="rsync -av --progress -h --remove-source-files"
+alias rsync-update="rsync -avu --progress -h"
+alias rsync-synchronize="rsync -avu --delete --progress -h"