Files
dotfiles/zsh/.profile.d/rust.sh
Fabio Scotto di Santolo 6249ebcb1f Initial commit
2025-07-25 11:02:18 +02:00

5 lines
84 B
Bash
Executable File

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