From da65c88c3b5be7e7dfdbb9065256b356ff060189 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sat, 2 Mar 2024 12:42:38 +0800 Subject: [PATCH] Update .zshrc --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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