mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(k9s): add completion plugin for k9s (#12691)
Co-authored-by: Marc Cornellà <marc@mcornella.com>
This commit is contained in:
parent
29b81a38a4
commit
4382288aeb
2 changed files with 23 additions and 0 deletions
9
plugins/k9s/README.md
Normal file
9
plugins/k9s/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# k9s plugin
|
||||
|
||||
This plugin adds completion support for the [k9s](https://k9scli.io).
|
||||
|
||||
To use it, add `k9s` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... k9s)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue