Add Cargo bin to PATH

main
Alpha Chen 9 years ago committed by Alpha Chen
parent 9492e4fc09
commit 7c78c7020b
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

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

Loading…
Cancel
Save