Skip to content

Instantly share code, notes, and snippets.

@redpop
Last active March 29, 2021 08:24
Show Gist options
  • Save redpop/b19f1d5df87f9fcee3e26c470101ae88 to your computer and use it in GitHub Desktop.
Save redpop/b19f1d5df87f9fcee3e26c470101ae88 to your computer and use it in GitHub Desktop.
alias php:7.4 'brew unlink php && brew link [email protected] --force --overwrite && php -v'
alias php:8 'brew unlink [email protected] && brew link php --force --overwrite && php -v'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment