From 02f14a9cb152561a5e44062aac79f3b700403b40 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 06:42:05 +0200 Subject: omz --- home/.oh-my-zsh/plugins/oc/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 home/.oh-my-zsh/plugins/oc/README.md (limited to 'home/.oh-my-zsh/plugins/oc/README.md') diff --git a/home/.oh-my-zsh/plugins/oc/README.md b/home/.oh-my-zsh/plugins/oc/README.md new file mode 100644 index 0000000..b7903ea --- /dev/null +++ b/home/.oh-my-zsh/plugins/oc/README.md @@ -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 -- cgit v1.2.3