From 3e0fd19aa61e8d619836f9af97a2965069826094 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 5 Aug 2024 15:25:29 -0400 Subject: [PATCH] fix cargo installation issue --- chezmoi/.chezmoiscripts/run_onchange_bootstrap.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/.chezmoiscripts/run_onchange_bootstrap.tmpl b/chezmoi/.chezmoiscripts/run_onchange_bootstrap.tmpl index df9d632..457da41 100644 --- a/chezmoi/.chezmoiscripts/run_onchange_bootstrap.tmpl +++ b/chezmoi/.chezmoiscripts/run_onchange_bootstrap.tmpl @@ -36,7 +36,7 @@ echo -e "${C_DODGERBLUE1}Installing packages...${NO_FORMAT}" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable -rustup update +. "$HOME/.cargo/env" # ╭──────────────────────────────────────────────────────────╮ # │ Install Cargo Packages │