Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Last active October 21, 2021 19:21
Show Gist options
  • Save LeeFlannery/91ae6fa5d2456bacc327fb38e7cbe767 to your computer and use it in GitHub Desktop.
Save LeeFlannery/91ae6fa5d2456bacc327fb38e7cbe767 to your computer and use it in GitHub Desktop.
# .zprofile
#
# '.zlogin' is sourced in login shells.
# It should contain commands that should be executed only in login shells.
# '.zlogout' is sourced when login shells exit. '.zprofile' is similar to '.zlogin',
# except that it is sourced before '.zshrc'.
#
# See https://zsh.sourceforge.io/Intro/intro_3.html
# Make sure homebrew is in PATH
eval "$(/opt/homebrew/bin/brew shellenv)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment