Skip to content

Instantly share code, notes, and snippets.

@jimmidyson
Last active October 14, 2016 20:33
Show Gist options
  • Save jimmidyson/983f939061a876d6214973d7c81bf090 to your computer and use it in GitHub Desktop.
Save jimmidyson/983f939061a876d6214973d7c81bf090 to your computer and use it in GitHub Desktop.
OpenShift ZSH Plugins
# Autocompletion for oc, the command line interface for OpenShift
#
# Author: https://github.com/jimmidyson
if [ $commands[oc] ]; then
source <(oc completion zsh)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment