Add cargo env to .profile
This commit is contained in:
parent
d046cfbc6c
commit
39591c4f4c
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
@ -8,3 +8,4 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue