diff --git a/.bash_profile b/.bash_profile index 6741762..d8b5cf3 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,3 @@ if [[ -f "$HOME/.bashrc" ]]; then source "$HOME/.bashrc" fi -. "$HOME/.cargo/env" diff --git a/.bashrc b/.bashrc index d28065d..42cfffa 100644 --- a/.bashrc +++ b/.bashrc @@ -98,4 +98,3 @@ fi export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -. "$HOME/.cargo/env"