my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
402 B

3 years ago
  1. # OC - OpenShift CLI
  2. 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.
  3. To use it, add `oc` to the plugins array of your zshrc file:
  4. ```bash
  5. plugins=(... oc)
  6. ```
  7. ## Contributors
  8. + [kevinkirkup](https://github.com/kevinkirkup) - Plugin Author