Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created January 29, 2012 18:03
Show Gist options
  • Select an option

  • Save stevenharman/1699887 to your computer and use it in GitHub Desktop.

Select an option

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