dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7196bae5e6113d06bdea83462997e53a3deda520 (tree)
parent 02055a550b05413d48c9bf4f76b3be61e998f090
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Thu, 12 Sep 2019 23:59:09 +0300

use system go

Diffstat:
Mbash/.profile_motiejus | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -11,6 +11,7 @@ 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 RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/