diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/rsync/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/rsync/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/zsh/oh-my-zsh/plugins/rsync/README.md b/zsh/oh-my-zsh/plugins/rsync/README.md deleted file mode 100644 index 032ee7f..0000000 --- a/zsh/oh-my-zsh/plugins/rsync/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# rsync - -This plugin adds aliases for frequent [rsync](https://rsync.samba.org/) commands. - -To use it add `rsync` to the plugins array in you zshrc file. - -```zsh -plugins=(... rsync) -``` - -| Alias | Command | -| ------------------- | ------------------------------------------------ | -| *rsync-copy* | `rsync -avz --progress -h` | -| *rsync-move* | `rsync -avz --progress -h --remove-source-files` | -| *rsync-update* | `rsync -avzu --progress -h` | -| *rsync-synchronize* | `rsync -avzu --delete --progress -h` | |