Skip to content

Instantly share code, notes, and snippets.

@romanr
Created January 21, 2024 01:47
Show Gist options
  • Save romanr/2a12a449caf2646fa6dbf967480df20e to your computer and use it in GitHub Desktop.
Save romanr/2a12a449caf2646fa6dbf967480df20e to your computer and use it in GitHub Desktop.
Zsh startup config loading order

| |Interactive|Interactive|Script|

login non-login
/etc/zshenv A A A
~/.zshenv B B B
/etc/zprofile C
~/.zprofile D
/etc/zshrc E C
~/.zshrc F D
/etc/zlogin G
~/.zlogin H
~/.zlogout I
/etc/zlogout J
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment