summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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