mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
4 lines
61 B
Bash
4 lines
61 B
Bash
if [ -f "$HOME/.cargo/env" ]; then
|
|
. "$HOME/.cargo/env"
|
|
fi
|