Please enable JavaScript in your browser!
Home
Verkennen
Help
Inloggen
Sekhali
/
Configs
Volgen
1
Ster
0
Vork
0
Bestanden
Kwesties
0
Aftakking:
master
Aftakkingen
Labels
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
Permalink
Geschiedenis
Ruwe
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi