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
Ohmyzsh
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
Switch branch/tag
ohmyzsh
plugins
svcat
svcat.plugin.zsh
Find file
Normal view
History
Permalink
svcat.plugin.zsh
97 Bytes
Edit
Web IDE
Newer
Older
added svcat plugin (#7452)
Ben Davies
committed
Dec 31, 2018
1
2
3
4
5
6
# Autocompletion for svcat.
#
if
[
$commands
[
svcat]
]
;
then
source
<
(
svcat completion zsh
)
fi