Updated openshift completion to use _command_exists and removed duplicate oc completion
parent
313e9bd51b
commit
862b99896d
|
|
@ -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