Files
zsh-config/plugins/cp/cp.plugin.zsh
2026-03-01 20:58:45 -06:00

5 lines
118 B
Bash

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