From ab154c3b2ec62b2cd7b80dac00bdb2a3ed101990 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 22 Aug 2020 18:33:12 +0200 Subject: [PATCH] [FIX][SHELL] Remove rustup-related PATH entry --- shell/.profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/.profile b/shell/.profile index edb50d8..bf7e039 100644 --- a/shell/.profile +++ b/shell/.profile @@ -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"