Files
dotfiles/shell-common/.config/shell-common/99_rust.sh
2026-01-07 16:06:59 +00:00

5 lines
77 B
Bash

# Rust stuff
if [ -f $HOME/.cargo/env ]; then
source $HOME/.cargo/env
fi