Update in case cargo isn't there

This commit is contained in:
Erik Stambaugh 2025-04-14 14:40:03 -07:00
parent 51f164b23b
commit 345a720990

View file

@ -304,5 +304,6 @@ termpipe() {
}
. "$HOME/.cargo/env"
if [[ -d "$HOME/.cargo" ]]; then
. "$HOME/.cargo/env"
fi