summaryrefslogtreecommitdiff
path: root/.config/login.d/10_goroot.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/login.d/10_goroot.sh')
-rw-r--r--.config/login.d/10_goroot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/login.d/10_goroot.sh b/.config/login.d/10_goroot.sh
new file mode 100644
index 0000000..89d1037
--- /dev/null
+++ b/.config/login.d/10_goroot.sh
@@ -0,0 +1,3 @@
+if [[ -z $GOROOT ]]; then
+ export GOROOT=/homes/shumakl/.prefix.$(uname -m)/go
+fi