Last active
March 29, 2021 08:24
-
-
Save redpop/b19f1d5df87f9fcee3e26c470101ae88 to your computer and use it in GitHub Desktop.
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
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