4 lines
80 B
Bash
4 lines
80 B
Bash
if test -d "$HOME/.cargo/bin"; then
|
|
export PATH="${PATH}:$HOME/.cargo/bin"
|
|
fi
|
if test -d "$HOME/.cargo/bin"; then
|
|
export PATH="${PATH}:$HOME/.cargo/bin"
|
|
fi
|