mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[macos] Fix brew setup
This commit is contained in:
5
macos/.config/shell-common/01_macos_brew.sh
Normal file
5
macos/.config/shell-common/01_macos_brew.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# Configure Homebrew environment
|
||||
if [ -x /opt/homebrew/bin/brew ]; then
|
||||
export HOMEBREW_NO_ENV_HINTS=1
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
Reference in New Issue
Block a user