]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/rsync/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rsync / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/rsync/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/rsync/README.md
deleted file mode 100644 (file)
index 032ee7f..0000000
+++ /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`             |