Skip to content

Instantly share code, notes, and snippets.

@sambatlim
Created February 9, 2023 15:07
Show Gist options
  • Save sambatlim/ac6a278e748d707953e7c10307050d7d to your computer and use it in GitHub Desktop.
Save sambatlim/ac6a278e748d707953e7c10307050d7d to your computer and use it in GitHub Desktop.
fix brew command not found.
cd /opt/homebrew/bin/
PATH=$PATH:/opt/homebrew/bin
cd
touch .zshrc
echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment