mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 03:15:21 +08:00
* Add plugin for istioctl completion. close #10405 * fix typo * Update README.md
5 lines
101 B
Bash
5 lines
101 B
Bash
if [ $commands[istioctl] ]; then
|
|
source <(istioctl completion zsh)
|
|
compdef _istioctl istioctl
|
|
fi
|