Files
profile/.rc.d/cargo.sh
2026-09-17 21:58:24 -07:00

5 lines
105 B
Bash
Executable File

if [ -f "$HOME/.cargo/env" ]; then
# For sh/bash/zsh/ash/dash/pdksh
source "$HOME/.cargo/env"
fi