Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
Sekhali
/
Configs
Watch
1
Star
0
Fork
0
ファイル
課題
0
ブランチ:
master
ブランチ
タグ
master
Configs
/
.oh-my-zsh
/
plugins
/
istioctl
/
istioctl.plugin.zsh
istioctl.plugin.zsh
101 B
パーマリンク
履歴
Raw
1
2
3
4
5
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi