aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-01-20 08:47:46 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2015-01-20 08:47:46 +0100
commit57f0e136b263266ac21e7ae3b7de6acd5231a563 (patch)
treeabea6c25bd1fda565f5e046f4220640c3c7ccf6e
parentbe1c5a991ba4cc86301a1e8a0fa5c657c9009330 (diff)
downloaddotfiles-57f0e136b263266ac21e7ae3b7de6acd5231a563.tar.gz
dotfiles-57f0e136b263266ac21e7ae3b7de6acd5231a563.zip
bashrc: set the GOROOT_BOOTSTRAP env. variable for now.
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index c2cf1e1..f65b4c3 100644
--- a/bashrc
+++ b/bashrc
@@ -72,6 +72,7 @@ export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
# Go things
+export GOROOT_BOOTSTRAP=/opt/go1.4
export GOROOT=$HOME/Projects/go
export GOPATH=$HOME/Projects/golang
export PATH=$HOME/Projects/golang/bin:$HOME/Projects/go/bin:$PATH