diff --git a/.zshrc b/.zshrc index 5d3baf5..fd380f6 100644 --- a/.zshrc +++ b/.zshrc @@ -358,3 +358,8 @@ function nitroid { } compdef 'compadd -X "Identity" 0 1 2' nitroid + + +function cpr { + rsync --archive -hh --partial --info=stats1,progress2 "$@" +}