Add miniforge3

This commit is contained in:
Samuel Ortion 2023-11-23 14:27:12 +01:00
parent 38e4d3bbc8
commit 413cf02099
1 changed files with 18 additions and 0 deletions

View File

@ -20,4 +20,22 @@ if type thefuck > /dev/null; then
eval $(thefuck --alias)
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 <<<