commit 78411fe75e91eb826171a71e5500a8440f9545df (tree)
parent 4806bd7ece99199670509fadcfb885058c8964ea
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Wed, 19 Feb 2020 14:27:58 +0200
linux
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus
@@ -9,11 +9,9 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox
eval "$(direnv hook bash)"
export DIRENV_LOG_FORMAT=""
-export GOPATH=$HOME/.gopath
-export USE_SYSTEM_GO=1
export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto
export GO111MODULE=on
-export LDA_ENABLED=0
+export EDITOR=vim
ulimit -Sn 10240
@@ -58,3 +56,4 @@ else
export UBER_HOME=/home/motiejus/Uber
export UBER_OWNER=motiejus@uber.com
fi
+