svcat.plugin.zsh 97 Bytes
Newer Older
Ben Davies's avatar
Ben Davies committed
1
2
3
4
5
6
# Autocompletion for svcat.
#

if [ $commands[svcat] ]; then
  source <(svcat completion zsh)
fi