summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f9fc24b..a59baa5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -105,3 +105,8 @@ export PATH=$HOME/bin:$PATH
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
+
+CARGO_ENV="$HOME/.cargo/env"
+if [ -f $CARGO_ENV ]; then
+ . $CARGO_ENV
+fi