diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-02 12:16:30 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-02 12:16:30 -0800 |
commit | d3b867d96739db83be762c607cc6f978429250a4 (patch) | |
tree | 3a10ca2b61177fe7a24c649fb3724533fb371170 /plugins/rsync/rsync.plugin.zsh | |
parent | ab13d0756fcbf690d9550ec1329ff99da0dc3c75 (diff) | |
parent | badc3eb6ceba2a0cf9a30e056874f089411074ac (diff) | |
download | zsh-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/rsync.plugin.zsh')
-rw-r--r-- | plugins/rsync/rsync.plugin.zsh | 4 |
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" |