Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
825baeb3
Commit
825baeb3
authored
May 09, 2018
by
Quentin Nerden
Committed by
Marc Cornellà
May 09, 2018
Browse files
Add autocomplete plugin for minikube (#6436)
parent
b7e544e6
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/minikube/minikube.plugin.zsh
0 → 100644
View file @
825baeb3
# Autocompletion for Minikube.
#
if
[
$commands
[
minikube]
]
;
then
source
<
(
minikube completion zsh
)
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment