From 766cad3556c17b6f88df8ccc40fffaf802cb8080 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 15 Jul 2020 12:57:41 -0400 Subject: [PATCH] remove extra cargo path --- .bash_profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 31dcd59..76bb771 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,5 +4,3 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc fi - -export PATH="$HOME/.cargo/bin:$PATH"