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() {
} }
if [[ -d "$HOME/.cargo" ]]; then
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
fi