1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-13 05:59:46 +08:00
ohmyzsh-mirror/plugins/velero/README.md
2020-08-13 17:23:13 +02:00

23 lines
461 B
Markdown

# velero-zsh-autocomplete-plugin
Provides [Velero](https://velero.io/) CLI autocompletion for ZSH
To use it, copy the `velero.plugin.zsh` file to your zsh plugin directory and add `velero` to the plugins array of your zshrc file:
```bash
plugins=(
...
velero
...
)
```
## Contributors
+ [s1msn](https://github.com/s1msn) - Plugin Author
+ Based on [kevinkirkup](https://github.com/kevinkirkup)'s oc autocomplete plugin.