aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-09 23:58:01 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-09 23:58:01 +0100
commit7c6d0f4a33e1ebffe370541cd4620db6dcc9a439 (patch)
tree87d8080adffa72a549861387b3f0be01bb223ad6
parent50e94aaf8448f104b2dd306cb6bfb536848b13cd (diff)
downloaddotfiles-7c6d0f4a33e1ebffe370541cd4620db6dcc9a439.tar.gz
dotfiles-7c6d0f4a33e1ebffe370541cd4620db6dcc9a439.zip
bash: updated the Go paths to my current scheme
-rw-r--r--bashrc4
1 files 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