Replaced which command with _command_exists
parent
c3f4b74adf
commit
a396c51c67
|
|
@ -1,2 +1 @@
|
||||||
CMD="$(which minishift)"
|
_command_exists minishift && source <(minishift completion bash)
|
||||||
[[ -x "$CMD" ]] && source <("$CMD" completion bash)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue