mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
cp plugin: recurse directories
This commit is contained in:
parent
ef82e79731
commit
b7f8e238cb
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue