diff options
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/zshenv/80_go | 2 |
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 |