Created
February 16, 2022 21:55
-
-
Save parrotmac/96dffda3d3c97493627b506102307fe2 to your computer and use it in GitHub Desktop.
Three little helpers when living on an Apple silicon Mac
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
| 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