Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created January 29, 2012 18:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenharman/1699887 to your computer and use it in GitHub Desktop.
Save stevenharman/1699887 to your computer and use it in GitHub Desktop.
zshell startup files, in order. (because I always forget)
/etc/zshenv
~/.zshenv
# if login shell
/etc/zprofile
~/.zprofile
#if interactive shell
/etc/zshrc
~/.zshrc
# if login shell
/etc/zlogin
~/.zlogin
/etc/zlogout
~/.zlogout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment