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