]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / istioctl / istioctl.plugin.zsh
1 if [ $commands[istioctl] ]; then
2   source <(istioctl completion zsh)
3   compdef _istioctl istioctl
4 fi