Created
December 10, 2019 09:08
-
-
Save hfreire/d613ad64d0702a5f107afad87f218e15 to your computer and use it in GitHub Desktop.
zsh startup load order
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------+-----------+-----------+------+ | |
| |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