Files
infra/dotfiles/desktop/.bashrc.d/08-cargo-env.sh
2026-04-17 00:19:40 +02:00

4 lines
61 B
Bash

if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi