1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-14 14:15:12 +02:00

Add rsync based copy command

This commit is contained in:
2023-09-19 20:09:13 +03:00
parent 29b5169f84
commit e56b7b83eb

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 "$@"
}