From f204306fe219bcf21db8b9356631c661884b0fe8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 00:17:19 +0100 Subject: Fix rust loading with mise --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index c92dea3..b3dacaf 100644 --- a/.bashrc +++ b/.bashrc @@ -96,8 +96,8 @@ fi # ==== END ANSIBLE GO CONFIG # ==== BEGIN ANSIBLE RUST CONFIG -if [ -f "$HOME/.cargo/env" ]; then - source "$HOME/.cargo/env" +if [ -d "$HOME/.cargo/bin" ]; then + export PATH="$HOME/.cargo/bin:$PATH" fi # ==== END ANSIBLE RUST CONFIG -- cgit v1.2.3