This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
ohmyzsh
/
plugins
/
svcat
/
svcat.plugin.zsh
7 lines
97 B
Bash
Raw
Permalink
Blame
History
# Autocompletion for svcat.
#
if
[
$commands
[
svcat
]
]
;
then
source
<
(
svcat completion zsh
)
fi
Reference in New Issue
View Git Blame
Copy Permalink