dotfiles/zsh/.zsh/plugins/cp/cp.plugin.zsh

5 lines
118 B
Bash
Raw Normal View History

2024-04-26 17:41:20 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
}
compdef _files cpv