ohmyzsh/plugins/cp/cp.plugin.zsh
2016-10-04 00:19:53 +02:00

4 lines
106 B
Bash

cpv() {
rsync -pogb -hhh --backup-dir=/tmp/rsync -e /dev/null --progress -- "$@"
}
compdef _files cpv