dotfiles/conf.d/zim/modules/jl-helper/functions/cpv
2021-02-19 21:34:24 +01:00

6 lines
105 B
Plaintext

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