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

Feature/openshift completion
pull/1023/head
Nils Winkler 2017-08-13 17:37:59 +02:00 committed by GitHub
commit 14f3ebbb7d
1 changed files with 3 additions and 0 deletions

View File

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