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

5 lines
104 B
Bash
Raw Normal View History

2020-06-15 10:31:33 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv