Files
Compose-Files/dotfiles/dot_oh-my-zsh/plugins/cp/cp.plugin.zsh
T
2026-07-20 09:23:17 -04:00

5 lines
118 B
Bash

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