Skip to content

Instantly share code, notes, and snippets.

@eproxus
Last active November 12, 2019 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eproxus/4fb1501060510604e673e1d80d6662f1 to your computer and use it in GitHub Desktop.
Save eproxus/4fb1501060510604e673e1d80d6662f1 to your computer and use it in GitHub Desktop.
# 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