mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-01 12:15:20 +08:00
7 lines
106 B
Bash
7 lines
106 B
Bash
# Autocompletion for Minikube.
|
|
#
|
|
|
|
if [ $commands[minikube] ]; then
|
|
source <(minikube completion zsh)
|
|
fi
|