Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View huyvohcmc's full-sized avatar
✏️
taking notes

Huy Vo huyvohcmc

✏️
taking notes
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