Files
dotfiles/zsh/.profile.d/rust.sh
Fabio Scotto di Santolo 122528e763 Merge profile and ZSH packages
2025-07-18 14:33:59 +02:00

5 lines
84 B
Bash
Executable File

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