Files
dotfiles/profile/.profile.d/rust.sh
Fabio Scotto di Santolo 2d60b7f1c3 Update ZSH configurations
2024-12-31 14:28:21 +01:00

5 lines
84 B
Bash

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