diff --git a/cp.plugin.zsh b/cp.plugin.zsh index fe6ea87..3e08a36 100644 --- a/cp.plugin.zsh +++ b/cp.plugin.zsh @@ -1,3 +1,4 @@ + cpv() { rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@" }