Configure rust
This commit is contained in:
parent
a7c8b7c134
commit
bfaeedf03c
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ if ! shopt -oq posix; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add rustup and the standard rust tooling to the path
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in a new issue