dotfiles/zsh/.config/oh-my-zsh/custom/rust.zsh

3 lines
75 B
Bash
Raw Normal View History

2017-03-30 02:47:27 +00:00
# Add cargo binary directory to $PATH
export PATH="$PATH:$HOME/.cargo/bin"