no need a var
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OCPATH=$(which oc)
|
||||
|
||||
[ -x "${OCPATH}" ] && eval "$(oc completion bash)"
|
||||
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
|
||||
|
||||
Reference in New Issue
Block a user