%% Title: ZSH Created: 2022-11-14 11:06 Status: Parent: [[Resources/Computing/Software/Unix/Shell]] Tags: Source: %% # ZSH ### Profiling `zshrc` From [Profiling zsh startup time](https://stevenvanbael.com/profiling-zsh-startup): Add the top of the file, insert `zmodload zsh/zprof`; at the end, add `zprof`. It’ll dump a table of everything in your shell startup.