Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
Sekhali
/
Configs
Segui
1
Vota
0
Forka
0
File
Problemi
0
Ramo (Branch):
master
Rami (Branch)
Tag
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
Permalink
Cronologia
Originale
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi