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