ohmyzsh/plugins/istioctl/istioctl.plugin.zsh

4 lines
101 B
Bash
Executable file

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