mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
5 lines
77 B
Bash
5 lines
77 B
Bash
# Rust stuff
|
|
if [ -f $HOME/.cargo/env ]; then
|
|
source $HOME/.cargo/env
|
|
fi
|