diff options
author | bnewbold <bryan@octopart.com> | 2012-04-09 00:29:39 -0400 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-04-09 00:29:39 -0400 |
commit | e603425579788e583e7cbf422a7aed2bbe57b932 (patch) | |
tree | 4ceafacc8607dc863e48188ab1dc57bdce3465d1 /.profile | |
parent | 7021cd93f4630212e5088a2b5c22a49e91631d2c (diff) | |
download | openwrt-repro-e603425579788e583e7cbf422a7aed2bbe57b932.tar.gz openwrt-repro-e603425579788e583e7cbf422a7aed2bbe57b932.zip |
go-specific changes
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,3 +50,6 @@ alias pe="cd ~/code/pdfextract; source bin/activate; cd src" alias aws="read -s AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY && export AWS_ACCESS_KEY && export AWS_SECRET_ACCESS_KEY" alias start_thriftdb="/var/lib/thriftdb-index/tomcat/thriftdb__development/bin/startup.sh" + +export GOROOT=/usr/local/go +export PATH=$PATH:$GOROOT/bin |