Created
October 14, 2021 08:06
-
-
Save plewandowski/a9df6a1e7e5ba288149d37719f01f222 to your computer and use it in GitHub Desktop.
alias to switch php version with homebrew on OSX
This file contains 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
# ... | |
# switch php version | |
alias vphp='function _vphp(){ brew unlink php && brew link --overwrite --force php@$1; }; _vphp' | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment