Populate repo
This commit is contained in:
4
zsh/.oh-my-zsh/plugins/cp/cp.plugin.zsh
Normal file
4
zsh/.oh-my-zsh/plugins/cp/cp.plugin.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
cpv() {
|
||||
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
|
||||
}
|
||||
compdef _files cpv
|
Reference in New Issue
Block a user