Merge pull request #1569 from ucomesdag/feat/completion

Removed duplicate & updated openshift completion
pull/1571/head
Nils Winkler 2020-04-21 15:09:11 +02:00 committed by GitHub
commit 70e0aa0dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -1,3 +1 @@
#!/usr/bin/env bash
[ -x "$(which oc)" ] && eval "$(oc completion bash)"
_command_exists oc && source <(oc completion bash)