diff --git a/files/condarc b/files/condarc index e306ac83..867e79bb 100644 --- a/files/condarc +++ b/files/condarc @@ -3,15 +3,19 @@ # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('$HOME/miniforge3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" +__conda_setup="$('/home/topher/miniforge3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else - if [ -f "$HOME/miniforge3/etc/profile.d/conda.sh" ]; then - . "$HOME/miniforge3/etc/profile.d/conda.sh" + if [ -f "/home/topher/miniforge3/etc/profile.d/conda.sh" ]; then + . "/home/topher/miniforge3/etc/profile.d/conda.sh" else - export PATH="$HOME/miniforge3/bin:$PATH" + export PATH="/home/topher/miniforge3/bin:$PATH" fi fi unset __conda_setup + +if [ -f "/home/topher/miniforge3/etc/profile.d/mamba.sh" ]; then + . "/home/topher/miniforge3/etc/profile.d/mamba.sh" +fi # <<< conda initialize <<<