mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
13
files/system/etc/skel/.oh-my-zsh/plugins/oc/README.md
Normal file
13
files/system/etc/skel/.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
|
||||
Reference in New Issue
Block a user