update folderstructure to match xdg-ninja
This commit is contained in:
parent
ec2e91d063
commit
50ecdf4696
1040 changed files with 1898 additions and 2830 deletions
12
zsh/.local/share/oh-my-zsh/.oh-my-zsh/plugins/kops/README.md
Normal file
12
zsh/.local/share/oh-my-zsh/.oh-my-zsh/plugins/kops/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# kops
|
||||
|
||||
This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
|
||||
the command line interface to get a production grade Kubernetes cluster up and running.
|
||||
|
||||
To use it, add `kops` to the plugins array in your zshrc file.
|
||||
|
||||
```
|
||||
plugins=(... kops)
|
||||
```
|
||||
|
||||
**Author:** [@nmrony](https://github.com/nmrony)
|
|
@ -0,0 +1,3 @@
|
|||
if [ $commands[kops] ]; then
|
||||
source <(kops completion zsh)
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue