[FIX][SHELL] Remove rustup-related PATH entry
This commit is contained in:
parent
4cad6e9f68
commit
ab154c3b2e
|
@ -6,9 +6,6 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } ||
|
|||
# Add our scripts to the path
|
||||
export PATH="$HOME/.scripts:$PATH"
|
||||
|
||||
# Rust installation
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
# User-local bin directories
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
|
||||
|
|
Loading…
Reference in a new issue