From 3824281835b2335d3854bc140e10cad61704833f Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 20 Jun 2021 09:32:58 +1200 Subject: [PATCH] Remove unneccessary kubeconfig location from .bashrc. --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 60a9538..f493030 100644 --- a/.bashrc +++ b/.bashrc @@ -53,9 +53,6 @@ export EMACSLOADPATH=~/Downloads/humacs: # Configure docker host (only needed on wsl 1) #export DOCKER_HOST=tcp://localhost:2375 -# Configure kubeconfig default -export KUBECONFIG=$KUBECONFIG:/c/Users/$USER/.kube/config - # Setup prompt function color_my_prompt { local __user_and_host="\[\033[01;32m\]\u@\h"