diff --git a/.zshrc b/.zshrc index 16c35e1..67f1ef8 100644 --- a/.zshrc +++ b/.zshrc @@ -136,14 +136,14 @@ ghclone () { } # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('/home/user/miniconda4/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" +__conda_setup="$('/home/user/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 1 ]; then eval "$__conda_setup" else - if [ -f "/home/user/miniconda4/etc/profile.d/conda.sh" ]; then - . "/home/user/miniconda4/etc/profile.d/conda.sh" + if [ -f "/home/user/miniconda3/etc/profile.d/conda.sh" ]; then + . "/home/user/miniconda3/etc/profile.d/conda.sh" else - export PATH="/home/user/miniconda4/bin:$PATH" + export PATH="/home/user/miniconda3/bin:$PATH" fi fi unset __conda_setup