mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
22 lines
393 B
Markdown
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.
|