1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 09:40:09 +00:00
ohmyzsh/plugins/velero
2020-08-13 17:31:49 +02:00
..
README.md Update README.md 2020-08-13 17:31:49 +02:00
velero.plugin.zsh velero autocompletion plugin 2020-08-13 17:30:47 +02:00

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