From 55d0cefe90191cd48f855754b36a6ff69ae4da30 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 27 Aug 2025 18:27:18 +0200 Subject: [PATCH] Update .zshrc --- home/dot_zshrc | 43 +++++++++++++++---------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index e7a36ad..d84ee01 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -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