Remove unneccessary kubeconfig location from .bashrc.

This commit is contained in:
2021-06-20 09:32:58 +12:00
parent 0704eb6570
commit 3824281835

View File

@ -53,9 +53,6 @@ export EMACSLOADPATH=~/Downloads/humacs:
# Configure docker host (only needed on wsl 1) # Configure docker host (only needed on wsl 1)
#export DOCKER_HOST=tcp://localhost:2375 #export DOCKER_HOST=tcp://localhost:2375
# Configure kubeconfig default
export KUBECONFIG=$KUBECONFIG:/c/Users/$USER/.kube/config
# Setup prompt # Setup prompt
function color_my_prompt { function color_my_prompt {
local __user_and_host="\[\033[01;32m\]\u@\h" local __user_and_host="\[\033[01;32m\]\u@\h"