Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
Sekhali
/
Configs
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Cabang:
master
Ranting
Tag
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
Permalink
Riwayat
Mentahan
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi