mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add rke command completion
This commit is contained in:
parent
c549387745
commit
0fc24e62cf
2 changed files with 178 additions and 0 deletions
9
plugins/rke/README.md
Normal file
9
plugins/rke/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# RKE plugin
|
||||
|
||||
This plugin adds auto-completion for [rke](https://rancher.com/products/rke/).
|
||||
|
||||
To use it add `rke` to the plugins array in your zshrc file.
|
||||
|
||||
```zsh
|
||||
plugins=(... rke)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue