Merge pull request #1013 from leventyalcin/feature/openshift-completion

Feature/openshift completion
This commit is contained in:
Nils Winkler
2017-08-13 17:37:59 +02:00
committed by GitHub

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
[ -x "$(which oc)" ] && eval "$(oc completion bash)"