config/oh-my-zsh/plugins/cp/cp.plugin.zsh
2023-02-27 20:04:56 +05:30

4 lines
118 B
Bash

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