]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cp/cp.plugin.zsh
a56259106b4b03375525ccaf38f62f4c101421c7
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cp / cp.plugin.zsh
1 cpv() {
2     rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
3 }
4 compdef _files cpv