1
0
chezmoi/home/dot_zim/modules/jl-helper/functions/cpv
2024-02-05 23:28:28 +01:00

6 lines
105 B
Plaintext

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