Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/cp/cp.plugin.zsh

4 lines
118 B
Shell
Raw Normal View History

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