diff options
Diffstat (limited to '.macos')
-rw-r--r-- | .macos | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,3 +17,7 @@ if [[ $(spctl --status) == 'assessments enabled' ]]; then echo 'Software installment is limited again. Password is required to remove the limit.' sudo spctl --master-disable fi + +[[ $(arch) = "arm64" ]] && + eval "$(/opt/homebrew/bin/brew shellenv)" || + eval "$(/usr/local/Homebrew/bin/brew shellenv)" |