2025-01-17 09:07:56 +00:00

6 lines
95 B
Bash

#!/bin/bash
if (command -v minikube &>/dev/null); then
source <(minikube completion bash)
fi