Update in case cargo isn't there
This commit is contained in:
parent
51f164b23b
commit
345a720990
1 changed files with 3 additions and 2 deletions
5
.bashrc
5
.bashrc
|
@ -304,5 +304,6 @@ termpipe() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
if [[ -d "$HOME/.cargo" ]]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue