Files
config/.oh-my-zsh/plugins/cp/cp.plugin.zsh
2025-07-22 16:18:19 +01:00

5 lines
118 B
Bash
Executable File

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