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