cp.plugin.zsh 104 Bytes
Newer Older
1
2
3
4
cpv() {
    rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv