re-add cargo sourcing to fish with existence check

This commit is contained in:
2026-03-11 23:44:48 +00:00
parent d0b8a708d5
commit 6795d65696
+3
View File
@@ -0,0 +1,3 @@
if test -f "$HOME/.cargo/env.fish"
source "$HOME/.cargo/env.fish"
end