summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-12-28 17:10:13 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-12-28 17:10:13 +0100
commitfdab944a2caad2de8acc0d818bb97aa255d1e6d5 (patch)
treed92b35827e37a5b039622d1c9d4e9d2f5e6ce0fd
parent61e707ca047dc67ba9f5d678e7a33ab7b7a2d7c7 (diff)
Make $GOOROOT point to $HOME/src/gospace
-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