Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh

4 lines
101 B
Shell
Raw Normal View History

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