conf2/zsh/.oh-my-zsh/plugins/cp/cp.plugin.zsh

5 lines
104 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv