1
0
Fork 0
prezto/modules/rust/init.zsh
2019-10-16 22:12:03 -07:00

3 lines
72 B
Bash

if [[ -d "$HOME/.cargo/bin" ]]; then
path=($HOME/.cargo/bin $path)
fi