import additional completion files for k8s & minikube
This commit is contained in:
parent
7ae350bc95
commit
75506827e8
3 changed files with 8136 additions and 0 deletions
7
.bashrc
7
.bashrc
|
@ -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
7065
.k8s-completion.bash
Normal file
File diff suppressed because it is too large
Load diff
1064
.minikube-completion.bash
Normal file
1064
.minikube-completion.bash
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue