mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-13 21:11:13 +01: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.