Merge pull request #1569 from ucomesdag/feat/completion
Removed duplicate & updated openshift completionpull/1571/head
commit
70e0aa0dcd
|
|
@ -1 +0,0 @@
|
|||
_command_exists oc && source <(oc completion bash)
|
||||
|
|
@ -1,3 +1 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
|
||||
_command_exists oc && source <(oc completion bash)
|
||||
|
|
|
|||
Loading…
Reference in New Issue