diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 901d6b0..7df2371 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -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