Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Forked from nvie/gist:2225508
Created March 28, 2012 11:22
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 mrrooijen/2225514 to your computer and use it in GitHub Desktop.
Save mrrooijen/2225514 to your computer and use it in GitHub Desktop.
zsh-sourcing.txt
#
# .zshenv
# .zshenv is the 1st file zsh reads; it's read for every shell, even if
# started with -f (setopt NO_RCS)
# .zprofile
# read after zshenv, if the shell is a login shell
# .zshrc
# read after zprofile, if the shell is an interactive shell
# .zlogin
# read after zshrc, if the shell is a login shell
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment