initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
13
dot_oh-my-zsh/plugins/oc/README.md
Normal file
13
dot_oh-my-zsh/plugins/oc/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# OC - OpenShift CLI
|
||||
|
||||
This plugin provides autocompletion for [OC](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) commands, building, managing and updating operations.
|
||||
|
||||
To use it, add `oc` to the plugins array of your zshrc file:
|
||||
|
||||
```bash
|
||||
plugins=(... oc)
|
||||
```
|
||||
|
||||
## Contributors
|
||||
|
||||
+ [kevinkirkup](https://github.com/kevinkirkup) - Plugin Author
|
||||
Loading…
Add table
Add a link
Reference in a new issue