From 4ef9cbc4b21e8e2bb0bfaf187720226f8630596d Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 28 Aug 2019 12:00:48 -0400 Subject: [PATCH] remove duplicated configuration variables --- .bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index 445f16f..ebc75aa 100644 --- a/.bashrc +++ b/.bashrc @@ -2,18 +2,12 @@ test -f /etc/bashrc && . /etc/bashrc || true test -f /etc/bash_completion && . /etc/bash_completion || true test -f $HOME/.bash_aliases && . $HOME/.bash_aliases || true -#export AWS_ACCESS_KEY_ID= -#export AWS_SECRET_ACCESS_KEY= -export KOPS_STATE_STORE=s3://consolo-kops-state-store export MINIKUBE_WANTUPDATENOTIFICATION=true export MINIKUBE_WANTREPORTERRORPROMPT=false export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false export MINIKUBE_HOME=$HOME export MINIKUBE_DRIVER=kvm2 export CHANGE_MINIKUBE_NONE_USER=true -test -d $HOME/.kube || mkdir $HOME/.kube -test -f $HOME/.kube/config || touch $HOME/.kube/config -export KUBECONFIG=$HOME/.kube/config export GIT_MERGE_AUTOEDIT=no export EDITOR=vim