From 6edea7c6a50c82c9f0c4c6edcce0818b12b7a144 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 7 Oct 2024 10:06:25 -0400 Subject: [PATCH] bash: added cargo/bin to path --- dot_bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_bash_profile b/dot_bash_profile index 5610476..658a79d 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -63,6 +63,7 @@ eval "$(pyenv init -)" # rust export RUSTUP_HOME="${XDG_DATA_HOME}/rustup" +export PATH="${XDG_DATA_HOME}/cargo/bin:${PATH}" # wine export WINEPREFIX="${XDG_DATA_HOME}/wine"