Skip to content

Instantly share code, notes, and snippets.

@parrotmac
Created February 16, 2022 21:55
Show Gist options
  • Select an option

  • Save parrotmac/96dffda3d3c97493627b506102307fe2 to your computer and use it in GitHub Desktop.

Select an option

Save parrotmac/96dffda3d3c97493627b506102307fe2 to your computer and use it in GitHub Desktop.
Three little helpers when living on an Apple silicon Mac
function i() {
arch -x86_64 $@
}
alias ish='arch -x86_64 zsh'
alias ibrew='arch -x86_64 brew'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment