0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
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

4 lines
101 B
Bash

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