mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
7 lines
218 B
Bash
7 lines
218 B
Bash
# Configure Homebrew environment
|
|
if [ -x /opt/homebrew/bin/brew ]; then
|
|
export HOMEBREW_NO_ENV_HINTS=1
|
|
export HOMEBREW_CASK_OPTS="--appdir=${HOME}/Applications"
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
fi
|