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