Files
dotfiles/bash/.profile.d/cargo.sh
2025-09-01 00:20:12 +02:00

6 lines
83 B
Bash
Executable File

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