no need a var
parent
878180b2e2
commit
a6fccf029c
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
OCPATH=$(which oc)
|
||||
|
||||
[ -x "${OCPATH}" ] && eval "$(oc completion bash)"
|
||||
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue