My prompt currently is "~ at 鈽革笍 minikube"
However I don't have minikube installed. How do I get rid of that part?
kubectl section is not limited to minikube. It checks for kubectl and displays context.
Most likely you've KUBECONFIG file with minikube context. You could remove that with kubectl config unset current-context or remove that file if it's irrelevant to you.
Related #442
thanks!
Most helpful comment
kubectlsection is not limited tominikube. It checks forkubectland displays context.Most likely you've
KUBECONFIGfile withminikubecontext. You could remove that withkubectl config unset current-contextor remove that file if it's irrelevant to you.Related #442