added svcat plugin (#7452)

Including a Kubernetes Service Catalog plugin
This commit is contained in:
Ben Davies 2018-12-31 19:14:22 +00:00 committed by Robby Russell
commit d0c06d9ec8
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Autocompletion for svcat.
#
if [ $commands[svcat] ]; then
source <(svcat completion zsh)
fi