Added Minishift completion (#1566)

* Added Minishift completion

* Instead of copy pasting the output, using the output directly

* Replaced which command with _command_exists
pull/1569/head
All Your Code 2020-04-21 08:32:20 +02:00 committed by GitHub
parent 06cc400229
commit 313e9bd51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
_command_exists minishift && source <(minishift completion bash)