Files
dotfiles/bash/.bashrc.d/cargo.sh
Fabio Scotto di Santolo 009385e3fd Fix Bash configuration
2025-12-17 23:17:42 +01:00

6 lines
83 B
Bash
Executable File

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