Skip to content

Commit

Permalink
Berry is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Feb 17, 2024
1 parent ba562c9 commit 9fedf3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dot/bash_paths
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ test -d "$HOME/opt/anaconda3" && CONDA_PREFIX="$HOME/opt/anaconda3"
test -d "$HOME/opt/miniconda3" && CONDA_PREFIX="$HOME/opt/miniconda3"
test ! -z "$CONDA_PREFIX" && test -d $CONDA_PREFIX/etc/profile.d && source $CONDA_PREFIX/etc/profile.d/conda.sh
unset CONDA_PREFIX # don't activate by default
if test -d "$HOME/berryconda3"; then export PATH="/home/charnley/berryconda3/bin:$PATH"; fi


# Node Version Manager
export NVM_DIR="$HOME/opt/nvm"
Expand Down

0 comments on commit 9fedf3b

Please sign in to comment.