1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-05-17 19:29:18 +02:00
Files
ohmyzsh/plugins/istioctl/istioctl.plugin.zsh
jxlwqq a150d8a7c0 feat(istioctl): add plugin for istioctl (#10410)
* Add plugin for istioctl completion. close #10405

* fix typo

* Update README.md
2021-12-17 15:54:19 -08:00

5 lines
101 B
Bash

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