1
0
chezmoi/home/dot_zim/modules/jl-helper/functions/cpv

6 lines
105 B
Plaintext
Raw Normal View History

2024-02-05 22:28:28 +00:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv