chore: make Rust in PATH compliant to rustup.rs
This commit is contained in:
parent
f1dffb916c
commit
358f79c970
6
.zshenv
6
.zshenv
|
@ -1,6 +1,3 @@
|
||||||
# Rust
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
||||||
|
|
||||||
# DenoJS
|
# DenoJS
|
||||||
export DENO_INSTALL="/home/paoda/.deno"
|
export DENO_INSTALL="/home/paoda/.deno"
|
||||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||||
|
@ -10,3 +7,6 @@ export EDITOR="/usr/bin/nvim"
|
||||||
|
|
||||||
# Add ~/.local/bin to PATH
|
# Add ~/.local/bin to PATH
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in New Issue