Add rsync based copy command

This commit is contained in:
Arti Zirk 2023-09-19 20:09:13 +03:00
parent 29b5169f84
commit e56b7b83eb
1 changed files with 5 additions and 0 deletions

5
.zshrc
View File

@ -358,3 +358,8 @@ function nitroid {
}
compdef 'compadd -X "Identity" 0 1 2' nitroid
function cpr {
rsync --archive -hh --partial --info=stats1,progress2 "$@"
}