Last active
November 12, 2019 16:17
-
-
Save eproxus/4fb1501060510604e673e1d80d6662f1 to your computer and use it in GitHub Desktop.
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