[FIX][SHELL] Remove rustup-related PATH entry

This commit is contained in:
Bruno BELANYI 2020-08-22 18:33:12 +02:00
parent 4cad6e9f68
commit ab154c3b2e
1 changed files with 0 additions and 3 deletions

View File

@ -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"