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"