From 7c6d0f4a33e1ebffe370541cd4620db6dcc9a439 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 9 Dec 2013 23:58:01 +0100 Subject: bash: updated the Go paths to my current scheme --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 35a2d9c..c9df744 100644 --- a/bashrc +++ b/bashrc @@ -59,8 +59,8 @@ alias be='bundle exec' # Go things export GOROOT=$HOME/Projects/go -export GOPATH=$HOME/.go -export PATH=$HOME/.go/bin:$HOME/Projects/go/bin:$PATH +export GOPATH=$HOME/Projects/golang +export PATH=$HOME/Projects/golang/bin:$HOME/Projects/go/bin:$PATH # Completion for the review command. See: https://github.com/mssola/review source $HOME/.review_completion.sh -- cgit v1.2.3