mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
5 lines
104 B
Bash
5 lines
104 B
Bash
cpv() {
|
|
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
|
|
}
|
|
compdef _files cpv
|