aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/rsync/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/rsync/README.md')
-rw-r--r--.oh-my-zsh/plugins/rsync/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/.oh-my-zsh/plugins/rsync/README.md b/.oh-my-zsh/plugins/rsync/README.md
deleted file mode 100644
index 032ee7f..0000000
--- a/.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` |