Files
dotfiles/.config/yadm/alt/.zsh.d/10-rust.zsh
2019-11-21 10:23:04 +01:00

4 lines
80 B
Bash

if test -d "$HOME/.cargo/bin"; then
export PATH="${PATH}:$HOME/.cargo/bin"
fi