nixos-config/dot_oh-my-zsh/plugins/cp/cp.plugin.zsh

5 lines
118 B
Bash
Raw Normal View History

2024-10-22 11:11:45 -04:00
cpv() {
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
}
compdef _files cpv