Skip to content

Instantly share code, notes, and snippets.

View huyvohcmc's full-sized avatar
✏️
coding with pencil

Huy Vo huyvohcmc

✏️
coding with pencil
  • Thinkei
  • Ho Chi Minh City, Vietnam
  • 16:27 (UTC +07:00)
  • X @huyvohcmc
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