Files
dotfiles/profile/.profile.d/rust.sh
2025-07-15 22:01:47 +02:00

5 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
if [ -e "$HOME/.cargo" ]; then
source "$HOME/.cargo/env"
fi