From 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Mar 2020 23:33:42 +0100 Subject: Well I'm using Arch again --- .oh-my-zsh/plugins/rsync/README.md | 16 ---------------- .oh-my-zsh/plugins/rsync/rsync.plugin.zsh | 4 ---- 2 files changed, 20 deletions(-) delete mode 100644 .oh-my-zsh/plugins/rsync/README.md delete mode 100644 .oh-my-zsh/plugins/rsync/rsync.plugin.zsh (limited to '.oh-my-zsh/plugins/rsync') 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` | diff --git a/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh b/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh deleted file mode 100644 index 1a3bb4c..0000000 --- a/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -alias rsync-copy="rsync -avz --progress -h" -alias rsync-move="rsync -avz --progress -h --remove-source-files" -alias rsync-update="rsync -avzu --progress -h" -alias rsync-synchronize="rsync -avzu --delete --progress -h" -- cgit v1.2.3