mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
velero autocompletion plugin
This commit is contained in:
parent
079e7bb5e0
commit
19d7664392
2 changed files with 30 additions and 0 deletions
22
plugins/velero/README.md
Normal file
22
plugins/velero/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# velero-zsh-autocomplete-plugin
|
||||
Provides [Velero](https://velero.io/) CLI autocompletion for ZSH
|
||||
|
||||
To use it, copy the `velero.plugin.zsh` file to your zsh plugin directory and 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue