fix cargo env load
This commit is contained in:
parent
9a26f91597
commit
c5d839c5cc
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -8,7 +8,7 @@ if [ -d "$HOME/.local/bin" ]; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.cargo/env" ]; then
|
||||
if [ -s "$HOME/.cargo/env" ]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue