Use Rust via the rustup toolchain
This commit is contained in:
parent
9173b92ea9
commit
049c8854a0
4 changed files with 22 additions and 4 deletions
5
.profile
5
.profile
|
|
@ -21,6 +21,11 @@ if [ -d "$HOME/bin" ] ; then
|
|||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Hook up Rust
|
||||
if [ -f "$HOME/.cargo/env" ]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.cargo/bin" ] ; then
|
||||
PATH="$HOME/.cargo/bin:$PATH"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue