summaryrefslogtreecommitdiff
path: root/.config/login.d/10_goroot.sh
blob: 89d1037c150a537ce55943b385cd73d7b971baab (plain)
1
2
3
if [[ -z $GOROOT ]]; then
	export GOROOT=/homes/shumakl/.prefix.$(uname -m)/go
fi