mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
4
.oh-my-zsh/plugins/rsync/rsync.plugin.zsh
Normal file
4
.oh-my-zsh/plugins/rsync/rsync.plugin.zsh
Normal 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"
|
||||
Reference in New Issue
Block a user