updated zsh state

This commit is contained in:
Paul 2022-01-25 00:19:41 +01:00
parent cffdfad62e
commit 0f786530d2

View File

@ -10,7 +10,7 @@ export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
if [[ -d /usr/local/apps/go ]] if [[ -d /usr/local/apps/go ]]
then then
export GOPATH=~/go export GOPATH=~/go
export GOROOT=/usr/local/apps/go export GOROOT=/usr/local/apps/golang
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
fi fi
{%- endif %} {%- endif %}