* It also always adds ``` typeset -U path cdpath fpath manpath for profile in ${(z)NIX_PROFILES}; do fpath+=($profile/share/zsh/site-functions $profile/share/zsh/$ZSH_VERSION/functions $profile/share/zsh/vendor-completions) done HELPDIR="/nix/store/k1mja3s1q2d2sff7c5580a6603gbv7nz-zsh-5.8/share/zsh/$ZSH_VERSION/help" ``` At the tope, which run before my instant prompt hook for powerlevel10k ```