mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
7 lines
102 B
Bash
7 lines
102 B
Bash
# shellcheck shell=bash
|
|
# Rust stuff
|
|
|
|
if [ -f $HOME/.cargo/env ]; then
|
|
source $HOME/.cargo/env
|
|
fi
|