mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-30 09:40:09 +00:00
.. | ||
README.md | ||
velero.plugin.zsh |
velero-zsh-autocomplete-plugin
Provides Velero CLI autocompletion for ZSH
To use it add velero
to the plugins array of your zshrc file:
plugins=(
...
velero
...
)
Contributors
- s1msn - Plugin Author
- Based on kevinkirkup's oc autocomplete plugin.