Skip to content

Instantly share code, notes, and snippets.

@rudaoshi
Created March 19, 2022 03:16
Show Gist options
  • Save rudaoshi/37dcbecb56068521182386b8bde8166d to your computer and use it in GitHub Desktop.
Save rudaoshi/37dcbecb56068521182386b8bde8166d to your computer and use it in GitHub Desktop.
use brew in both arm64 and x64
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