aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d/20-go.sh')
-rw-r--r--sh/.config/profile.d/20-go.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.config/profile.d/20-go.sh b/sh/.config/profile.d/20-go.sh
index 93911f3..55a1a72 100644
--- a/sh/.config/profile.d/20-go.sh
+++ b/sh/.config/profile.d/20-go.sh
@@ -3,6 +3,7 @@
# See: https://drewdevault.com/2022/05/25/Google-has-been-DDoSing-sourcehut.html
export GOPRIVATE=git.sr.ht
export GOPATH="$XDG_DATA_HOME/go"
+export GOBIN="$HOME/.local/bin"
prepend_path "$GOPATH/bin"