mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-25 04:46:03 +01:00
393 B
393 B
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.