From 8fe5f18d153dda40097bae0a6e105fff2e599515 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 30 Nov 2020 22:54:04 +0100 Subject: [PATCH] updated zsh state --- states/zsh/zprofile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index 8fbfe4b..dcce135 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -7,7 +7,7 @@ export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee' # Golang settings export GOPATH=~/go -export GOROOT=/usr/local/go +export GOROOT=/usr/local/apps/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin