* Added Minishift completion * Instead of copy pasting the output, using the output directly * Replaced which command with _command_exists
2 lines
65 B
Bash
2 lines
65 B
Bash
_command_exists minishift && source <(minishift completion bash)
|