.zshrc (518B)
1 2 # >>> conda initialize >>> 3 # !! Contents within this block are managed by 'conda init' !! 4 __conda_setup="$('/home/beau/.local/bin/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" 5 if [ $? -eq 0 ]; then 6 eval "$__conda_setup" 7 else 8 if [ -f "/home/beau/.local/bin/miniconda3/etc/profile.d/conda.sh" ]; then 9 . "/home/beau/.local/bin/miniconda3/etc/profile.d/conda.sh" 10 else 11 export PATH="/home/beau/.local/bin/miniconda3/bin:$PATH" 12 fi 13 fi 14 unset __conda_setup 15 # <<< conda initialize <<< 16