Created
March 19, 2022 03:16
-
-
Save rudaoshi/37dcbecb56068521182386b8bde8166d to your computer and use it in GitHub Desktop.
use brew in both arm64 and x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias arm_brew="eval '$(/opt/homebrew/bin/brew shellenv)'" | |
alias intel_brew="eval '$(/usr/local/bin/brew shellenv)'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment