mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-24 05:57:47 +02:00
4 lines
101 B
Shell
4 lines
101 B
Shell
if [ $commands[istioctl] ]; then
|
|
source <(istioctl completion zsh)
|
|
compdef _istioctl istioctl
|
|
fi
|