Add Cargo bin to PATH

Alpha Chen 9 years ago committed by Alpha Chen
parent d0a353be62
commit 9b4585ccd6

@ -9,3 +9,5 @@
if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
source "${ZDOTDIR:-$HOME}/.zprofile" source "${ZDOTDIR:-$HOME}/.zprofile"
fi fi
export PATH="$HOME/.cargo/bin:$PATH"

Loading…
Cancel
Save