cp.plugin.zsh 104 B

1234
  1. cpv() {
  2. rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
  3. }
  4. compdef _files cpv