dotfiles/conf.d/zim/modules/jl-helper/functions/cpv

6 lines
105 B
Plaintext
Raw Normal View History

2021-02-19 20:34:24 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv