3 lines
72 B
Bash
3 lines
72 B
Bash
if [[ -d "$HOME/.cargo/bin" ]]; then
|
|
path=($HOME/.cargo/bin $path)
|
|
fi
|