chore: make Rust in PATH compliant to rustup.rs

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-11 18:56:55 -06:00
parent f1dffb916c
commit 358f79c970
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# Rust
export PATH="$HOME/.cargo/bin:$PATH"
# DenoJS
export DENO_INSTALL="/home/paoda/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
@ -10,3 +7,6 @@ export EDITOR="/usr/bin/nvim"
# Add ~/.local/bin to PATH
export PATH="$HOME/.local/bin:$PATH"
# Rust
source "$HOME/.cargo/env"