aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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