Created
June 1, 2021 21:26
-
-
Save frankyonnetti/3c0c0c5b60a574caa050f14e3241c677 to your computer and use it in GitHub Desktop.
MAMP - zshrc PATH #terminal #php #mysql
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
PATH="/usr/local/bin:/usr/local/sbin:$PATH" | |
PATH="/Applications/MAMP/bin/php/php7.x.x/bin:$PATH" | |
PATH="/Applications/MAMP/Library/bin:$PATH" | |
PATH="/usr/local/share:$PATH" | |
PATH="$HOME/.composer/vendor/bin:$PATH" | |
export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment