Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Sekhali
/
Configs
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Gałąź:
master
Gałęzie
Tagi
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi