Skip to content

Instantly share code, notes, and snippets.

View brandon-fryslie's full-sized avatar

Brandon Fryslie brandon-fryslie

View GitHub Profile
@elalemanyo
elalemanyo / README.md
Last active June 21, 2024 03:33
Debug zsh startup time

Debug zsh startup time

  1. Inject profiling code

    At the beginning of your .zshrc add following: zmodload zsh/zprof

    and at the end add: zprof

    This will load zprof mod and display what your shell was doing durung your initialization.