aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d')
-rw-r--r--sh/.config/profile.d/20-cargo.sh8
-rw-r--r--sh/.config/profile.d/20-go.sh1
2 files changed, 1 insertions, 8 deletions
diff --git a/sh/.config/profile.d/20-cargo.sh b/sh/.config/profile.d/20-cargo.sh
deleted file mode 100644
index 02be05d..0000000
--- a/sh/.config/profile.d/20-cargo.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
-export CARGO_HOME="$XDG_DATA_HOME/cargo"
-
-prepend_path "$CARGO_HOME/bin"
-
-export PATH
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"