ohmyzsh/plugins/istioctl/istioctl.plugin.zsh

5 lines
101 B
Bash
Raw Normal View History

if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi