Load ~/.cargo/env in bash if it exists

This commit is contained in:
Fabio Scotto di Santolo
2026-04-17 00:19:40 +02:00
parent dc98824cc9
commit 7f28d39352

View File

@@ -0,0 +1,3 @@
if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi