dotfiles/zsh/.local/share/oh-my-zsh/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh

4 lines
101 B
Bash

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