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
d0c06d9e
Commit
d0c06d9e
authored
Dec 31, 2018
by
Ben Davies
Committed by
Robby Russell
Dec 31, 2018
Browse files
added svcat plugin (#7452)
Including a Kubernetes Service Catalog plugin
parent
64976138
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/svcat/README.md
0 → 100644
View file @
d0c06d9e
# svcat
This plugin provides completion for the
[
Kubernetes service catalog cli
](
https://github.com/kubernetes-incubator/service-catalog
)
.
To use it, add
`svcat`
to the plugins array in your zshrc file.
```
plugins=(... svcat)
```
plugins/svcat/svcat.plugin.zsh
0 → 100644
View file @
d0c06d9e
# Autocompletion for svcat.
#
if
[
$commands
[
svcat]
]
;
then
source
<
(
svcat 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