import additional completion files for k8s & minikube

This commit is contained in:
Dongsu Park 2017-04-23 12:11:20 +02:00 committed by Dongsu Park
parent 7ae350bc95
commit 75506827e8
3 changed files with 8136 additions and 0 deletions

View file

@ -179,3 +179,10 @@ if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
if [ -f ~/.k8s-completion.bash ]; then
. ~/.k8s-completion.bash
fi
if [ -f ~/.minikube-completion.bash ]; then
. ~/.minikube-completion.bash
fi

7065
.k8s-completion.bash Normal file

File diff suppressed because it is too large Load diff

1064
.minikube-completion.bash Normal file

File diff suppressed because it is too large Load diff