ohmyzsh/plugins/velero/README.md
2020-08-13 17:31:49 +02:00

22 lines
393 B
Markdown

# velero-zsh-autocomplete-plugin
Provides [Velero](https://velero.io/) CLI autocompletion for ZSH
To use it 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.