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 06537792c4
commit 3dd8b96962

View File

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