summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-05-18 11:05:43 +0200
committerTobias Klauser <tklauser@distanz.ch>2021-05-18 11:05:43 +0200
commit6ded4072dc89fd03caadc660e0dd5f288e0c31bb (patch)
tree7804baed9e9fb7c3a924c3a406f3d7785185667a
parent3c6618d2397e1da568aabd6659d640ba8eace260 (diff)
bashrc: source cargo env
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a59baa5..cb5cf76 100644
--- a/.bashrc
+++ b/.bashrc
@@ -110,3 +110,4 @@ CARGO_ENV="$HOME/.cargo/env"
if [ -f $CARGO_ENV ]; then
. $CARGO_ENV
fi
+source "$HOME/.cargo/env"