Skip to content

Instantly share code, notes, and snippets.

View huyvohcmc's full-sized avatar
🏡
Working from home

Huy Vo huyvohcmc

🏡
Working from home
  • Thinkei
  • Ho Chi Minh City, Vietnam
  • 09:40 (UTC +07:00)
View GitHub Profile
# profiling zsh startup time
$ for i in $(seq 1 10); do /usr/bin/time /bin/zsh -i -c exit; done
# profiling nvim startup time
$ nvim <file-name> --startuptime nvim.log