cp.plugin.zsh 118 B

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