cp plugin: recurse directories

This commit is contained in:
Marc Cornellà 2016-09-21 22:53:36 +02:00
commit b7f8e238cb
2 changed files with 3 additions and 1 deletions

View file

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