Tag: zsh
All the articles with the tag "zsh".
-
Optimizing zsh Cold-Start Performance (Oh My Zsh)
One time when I opened Terminal, the commands I casually typed wouldn’t appear on screen, and I had to wait nearly 10 seconds before I could interact with the terminal. It was time to optimize the shell cold start! ❯ for i in $(seq 1 10); do /usr/bin/time $SHELL -i -...