Skip to content

Commit

Permalink
Updates for the latest homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Nov 13, 2021
1 parent be9fb44 commit 0e474ea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .zsh/exports.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
GPG1_DIR=$(brew --prefix gpg1)/libexec/gpgbin

export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$HOME/bin:/opt/local/bin:/opt/local/sbin:$HOME/.node/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:${GPG1_DIR}:$PATH
export HOMEBREW_PREFIX="/opt/homebrew"
export HOMEBREW_CELLAR="/opt/homebrew/Cellar"
export HOMEBREW_REPOSITORY="/opt/homebrew"
export HOMEBREW_SHELLENV_PREFIX="/opt/homebrew"

export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$HOME/bin:/opt/local/bin:/opt/local/sbin:$HOME/.node/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:${GPG1_DIR}:$PATH

GPG1_DIR=$(brew --prefix gpg1)/libexec/gpgbin

# Our list of directories we can cd to from anywhere
export CDPATH=.:~/code:~/spreedly
Expand Down

0 comments on commit 0e474ea

Please sign in to comment.