Update .zshrc
This commit is contained in:
parent
ba26105d4d
commit
da65c88c3b
8
.zshrc
8
.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
|
||||
|
|
Loading…
Reference in New Issue