Merge pull request #1569 from ucomesdag/feat/completion

Removed duplicate & updated openshift completion
This commit is contained in:
Nils Winkler
2020-04-21 15:09:11 +02:00
committed by GitHub
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)