This commit is contained in:
Christoph J. Scherr 2023-11-26 14:16:17 +01:00
parent 83049e13c6
commit 3ac4d3418d
1 changed files with 16 additions and 0 deletions

16
.zshrc
View File

@ -197,3 +197,19 @@ then
else
eval "$(zoxide init zsh)"
fi
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/plex/.local/share/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/plex/.local/share/miniconda3/etc/profile.d/conda.sh" ]; then
. "/home/plex/.local/share/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/home/plex/.local/share/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<