remove duplicated configuration variables
parent
2a89bd6809
commit
4ef9cbc4b2
6
.bashrc
6
.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
|
||||
|
|
Reference in New Issue