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
# Load Order Interactive Interactive Script | |
# Startup Only login Always | |
# ------------- ----------- ----------- ------ | |
# /etc/zshenv 1 1 1 | |
# ~/.zshenv 2 2 2 | |
# /etc/zprofile 3 | |
# ~/.zprofile 4 | |
# /etc/zshrc 5 3 | |
# ~/.zshrc 6 4 | |
# /etc/zlogin 7 | |
# ~/.zlogin 8 | |
# | |
# Shutdown | |
# ------------- ----------- ----------- ------ | |
# ~/.zlogout 9 | |
# /etc/zlogout 10 | |
# | |
# Note: ZSH seems to read ~/.profile as well, if ~/.zshrc is not present. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment