1
0
Fork 0
prezto/modules/rust/init.zsh

4 lines
72 B
Bash
Raw Normal View History

2017-04-05 16:18:22 -07:00
if [[ -d "$HOME/.cargo/bin" ]]; then
path=($HOME/.cargo/bin $path)
fi