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β¦
@clacke 200ms β 60ms! It feels a lot better! I still wish it were faster. Also I donβt write Python for work these days so I am not sure whether there are compatibility issues, but for the local Python scripts I have micromamba works fine!