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
Ohmyzsh
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
Switch branch/tag
ohmyzsh
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