Add miniforge3
This commit is contained in:
parent
38e4d3bbc8
commit
413cf02099
18
.loadenv.sh
18
.loadenv.sh
@ -20,4 +20,22 @@ if type thefuck > /dev/null; then
|
|||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# >>> conda initialize >>>
|
||||||
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
__conda_setup="$('/home/sortion/.local/share/miniforge3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
eval "$__conda_setup"
|
||||||
|
else
|
||||||
|
if [ -f "/home/sortion/.local/share/miniforge3/etc/profile.d/conda.sh" ]; then
|
||||||
|
. "/home/sortion/.local/share/miniforge3/etc/profile.d/conda.sh"
|
||||||
|
else
|
||||||
|
export PATH="/home/sortion/.local/share/miniforge3/bin:$PATH"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
unset __conda_setup
|
||||||
|
|
||||||
|
if [ -f "/home/sortion/.local/share/miniforge3/etc/profile.d/mamba.sh" ]; then
|
||||||
|
. "/home/sortion/.local/share/miniforge3/etc/profile.d/mamba.sh"
|
||||||
|
fi
|
||||||
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user