diff --git a/bash/.profile b/bash/.profile index d0c85da..71626ac 100644 --- a/bash/.profile +++ b/bash/.profile @@ -63,18 +63,3 @@ fi export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.poetry/bin:$PATH" -# >>> conda initialize >>> -# !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('/home/nicholas/.conda/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" -if [ $? -eq 0 ]; then - eval "$__conda_setup" -else - if [ -f "/home/nicholas/.conda/etc/profile.d/conda.sh" ]; then - . "/home/nicholas/.conda/etc/profile.d/conda.sh" - else - export PATH="/home/nicholas/.conda/bin:$PATH" - fi -fi -unset __conda_setup -# <<< conda initialize <<< -