Guard rustup env sourcing

Only source ~/.cargo/env.fish when it exists, so the shell doesn't
error on machines without a rust toolchain installed.
This commit is contained in:
2026-07-14 19:42:56 -04:00
parent 1020865026
commit a9cc1dc309

View File

@@ -1 +1 @@
source "$HOME/.cargo/env.fish" test -f "$HOME/.cargo/env.fish"; and source "$HOME/.cargo/env.fish"