added some zsh plugins

This commit is contained in:
JMARyA 2020-11-09 08:05:39 +01:00
parent 0ef3bd7a55
commit 3a44873f3a
No known key found for this signature in database
GPG key ID: 19BD48AEE60FA00B
14 changed files with 209 additions and 14 deletions

4
rsync.plugin.zsh Normal file
View file

@ -0,0 +1,4 @@
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"