1
0

Update .zshrc

This commit is contained in:
2025-08-27 18:27:18 +02:00
parent e42ed2dd2a
commit 55d0cefe90

View File

@@ -137,19 +137,6 @@ fi
# #
# # starship
# #
# eval "$(asdf exec starship init zsh)"
#
# atuin
# eval "$(asdf exec atuin init zsh)"
# #
# direnv # direnv
# #
@@ -208,21 +195,21 @@ fi
# eval "$(asdf exec opam env)" # eval "$(asdf exec opam env)"
# # #
# conda # # conda
# # #
# !! Contents within this block are managed by 'conda init' !! # # !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/jeff/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" # __conda_setup="$('/home/jeff/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then # if [ $? -eq 0 ]; then
eval "$__conda_setup" # eval "$__conda_setup"
else # else
if [ -f "/home/jeff/miniconda3/etc/profile.d/conda.sh" ]; then # if [ -f "/home/jeff/miniconda3/etc/profile.d/conda.sh" ]; then
. "/home/jeff/miniconda3/etc/profile.d/conda.sh" # . "/home/jeff/miniconda3/etc/profile.d/conda.sh"
else # else
export PATH="/home/jeff/miniconda3/bin:$PATH" # export PATH="/home/jeff/miniconda3/bin:$PATH"
fi # fi
fi # fi
unset __conda_setup # unset __conda_setup