Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Sekhali
/
Configs
Watch
1
Star
0
Fork
0
Files
Issues
0
Branch:
master
Branches
Tags
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
Permalink
History
Raw
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi