Lazily initializes conda

This commit is contained in:
2022-01-19 11:20:58 +01:00
parent a80b9509ee
commit 44673a79b8

View File

@@ -43,10 +43,12 @@ end
export MINICOM="-c on" export MINICOM="-c on"
if test -x $HOME/miniconda3/bin/conda
# >>> conda initialize >>> # >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !! # !! Contents within this block are managed by 'conda init' !!
eval /home/atuleu/miniconda3/bin/conda "shell.fish" "hook" $argv | source eval $HOME/miniconda3/bin/conda "shell.fish" "hook" $argv | source
# <<< conda initialize <<< # <<< conda initialize <<<
end
################################################################################ ################################################################################
# direnv # direnv