From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- profile/rust.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 profile/rust.sh (limited to 'profile/rust.sh') diff --git a/profile/rust.sh b/profile/rust.sh new file mode 100644 index 0000000..dd85a65 --- /dev/null +++ b/profile/rust.sh @@ -0,0 +1,3 @@ +export RUSTUP_HOME="${XDG_DATA_HOME:=$LOCAL_PREFIX/share}/rustup" +export CARGO_HOME="${XDG_DATA_HOME:=$LOCAL_PREFIX/share}/cargo" +. "$CARGO_HOME/env" # takes care of $PATH for us -- cgit 1.4.1-21-gabe81