Add cargo bin path to PATH

legacy
Simon Bruder 2019-08-07 01:10:45 +00:00
parent 53137f7a28
commit 107fcfa3eb
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ source "$NVM_DIR/nvm.sh"
## Python (pip)
export PATH="$HOME/.local/bin:$PATH"
## Rust (cargo)
export PATH="$HOME/.cargo/bin:$PATH"
# Misc
## Local binaries