aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-go.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-09 13:42:32 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-09 13:45:37 -0500
commitbe5121a81ea59536588550bf78e600fbb3f80b95 (patch)
tree4bf77a6a4f6e6800acaae10171a8f6544f79350a /sh/.config/profile.d/20-go.sh
parent37f321a00c1913339bdbaf0b5629f7065778c3e4 (diff)
fix(go,cargo): fix bin install paths
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"