diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index 18e3846..d02cd1f 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -10,7 +10,7 @@ export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee' if [[ -d /usr/local/apps/go ]] then export GOPATH=~/go - export GOROOT=/usr/local/apps/go + export GOROOT=/usr/local/apps/golang export PATH=$PATH:$GOROOT/bin:$GOPATH/bin fi {%- endif %}