Files
dotfiles/bash/.bashrc.d/cargo.sh
Fabio Scotto di Santolo 5045102b6b Fix Bash configuration
2025-12-18 12:15:36 +01:00

6 lines
83 B
Bash
Executable File

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