From 9eaf80904dcd53d03780315f6eec4d0b9a710cb4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 23 Jul 2015 17:02:30 +0200 Subject: zshenv: Adjust GOROOT --- .zsh/zshenv/80_go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zsh/zshenv') diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go index 9da79e8..3970e2f 100644 --- a/.zsh/zshenv/80_go +++ b/.zsh/zshenv/80_go @@ -2,17 +2,17 @@ # # Set variables related to the Go programming language # -# Copyright © 2010-2013 Tobias Klauser +# Copyright © 2010-2015 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git -_GOROOT=/opt/local/go/ +_GOROOT=$HOME/go/ if [ -d $_GOROOT ] ; then export GOROOT=$_GOROOT - export GOPATH=$HOME/src/gospace/ + export GOPATH=$HOME/src/gospace arch="$(uname -m)" case "$arch" in -- cgit v1.2.3-54-g00ecf