dot_files/dot_oh-my-zsh/plugins/cp/cp.plugin.zsh

5 lines
118 B
Bash
Raw Normal View History

2025-11-22 22:39:36 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
}
compdef _files cpv