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

3 lines
75 B
Bash

# Add cargo binary directory to $PATH
export PATH="$PATH:$HOME/.cargo/bin"