tab completion support added for openshift

This commit is contained in:
Levent YALCIN
2017-07-31 15:23:34 +01:00
parent 702d923054
commit 878180b2e2

View File

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