Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
81981ef248e6e05d11affd4fca40bcfb98306b0e
81981ef248e6e05d11affd4fca40bcfb98306b0e
Switch branch/tag
oh-my-zsh
plugins
cp
cp.plugin.zsh
Find file
Normal view
History
Permalink
cp.plugin.zsh
104 Bytes
Edit
Web IDE
Newer
Older
Fix cp plugin completion and refactor (#5427)
Marc Cornellà
committed
Oct 04, 2016
1
2
3
4
cpv
()
{
rsync
-pogbr
-hhh
--backup-dir
=
/tmp/rsync
-e
/dev/null
--progress
"
$@
"
}
compdef _files cpv