Zsh
Tips
起動時間を測定
code:sh
for i in {1..10}; do time zsh -ic exit; done