fix Cargo path

This commit is contained in:
Dmytro Meleshko 2018-06-27 20:05:18 +03:00
parent 1e18c0ca12
commit 1eb6398305
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ append() { eval "export $1=\"\$$1:$2\""; }
append PATH "$HOME/bin"
append PATH "$HOME/.local/bin"
# Rust binaries
prepend PATH="$HOME/.cargo/bin:$PATH"
prepend PATH "$HOME/.cargo/bin:$PATH"
# global Yarn packages
append PATH "$HOME/.config/yarn/global/node_modules/.bin"