Files
zsh-config/plugins/oc/README.md
2026-03-01 20:58:45 -06:00

402 B

OC - OpenShift CLI

This plugin provides autocompletion for OC commands, building, managing and updating operations.

To use it, add oc to the plugins array of your zshrc file:

plugins=(... oc)

Contributors