macos: add homebrew loading

This commit is contained in:
Lockszmith (@VAST) 2025-02-25 09:34:06 -05:00
parent ed59d36f0a
commit 9225991e21
1 changed files with 4 additions and 0 deletions
_home.macos/private_dot_config/sz.env

View File

@ -0,0 +1,4 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
! [ -x /opt/homebrew/bin/brew ] || \
eval "$(/opt/homebrew/bin/brew shellenv)"