summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_go
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshenv/80_go')
-rw-r--r--.zsh/zshenv/80_go2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go
index fc43715..fb35add 100644
--- a/.zsh/zshenv/80_go
+++ b/.zsh/zshenv/80_go
@@ -7,7 +7,7 @@
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
-_GOROOT=/opt/local/go
+_GOROOT=$HOME/src/gospace/
if [ -d $_GOROOT ] ; then
export GOROOT=$_GOROOT