conda singlehandedly takes up 85% of my zsh startup time (170 ms out of 200 ms)!!! Used:
for i in $(seq 1 10); do time zsh -i -c exit; done
to check. Switching to micromamba now…
conda singlehandedly takes up 85% of my zsh startup time (170 ms out of 200 ms)!!! Used:
for i in $(seq 1 10); do time zsh -i -c exit; done
to check. Switching to micromamba now…