From fdab944a2caad2de8acc0d818bb97aa255d1e6d5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 28 Dec 2013 17:10:13 +0100 Subject: Make $GOOROOT point to $HOME/src/gospace --- .zsh/zshenv/80_go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf