Configure rust

This commit is contained in:
Nicole Tietz-Sokolskaya 2021-09-11 18:04:27 -04:00
parent a7c8b7c134
commit bfaeedf03c
1 changed files with 3 additions and 0 deletions

View File

@ -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"