Shell Start up time

PHOTO EMBED

Mon May 30 2022 18:16:52 GMT+0000 (Coordinated Universal Time)

Saved by @atatimelikethis #shell #bash #zsh

timezsh() {
  shell=${1-$SHELL}
  for i in $(seq 1 10); do /usr/bin/time $shell -i -c exit; done
}
content_copyCOPY

https://github.com/microsoft/vscode/issues/113869