svcat.plugin.zsh 97 B

123456
  1. # Autocompletion for svcat.
  2. #
  3. if [ $commands[svcat] ]; then
  4. source <(svcat completion zsh)
  5. fi