added some zsh plugins
This commit is contained in:
parent
0ef3bd7a55
commit
3a44873f3a
14 changed files with 209 additions and 14 deletions
4
cp.plugin.zsh
Normal file
4
cp.plugin.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
cpv() {
|
||||
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
|
||||
}
|
||||
compdef _files cpv
|
Loading…
Add table
Add a link
Reference in a new issue