From bfaeedf03c5d9cbaeb00365a290ced63e2a488ce Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 11 Sep 2021 18:04:27 -0400 Subject: [PATCH] Configure rust --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index a6e262e..ab417c1 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -45,3 +45,6 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +# Add rustup and the standard rust tooling to the path +. "$HOME/.cargo/env"