summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 00:17:19 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-04 00:17:19 +0100
commitf204306fe219bcf21db8b9356631c661884b0fe8 (patch)
treedaf77914e96d5f098cc1db54bd619f2471a8ba6f
parentb9b4ed6d2e1a15241a2baaee9a465a33221ed4c1 (diff)
Fix rust loading with mise
-rw-r--r--.bashrc4
1 files 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