Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created June 1, 2021 21:26
Show Gist options
  • Save frankyonnetti/3c0c0c5b60a574caa050f14e3241c677 to your computer and use it in GitHub Desktop.
Save frankyonnetti/3c0c0c5b60a574caa050f14e3241c677 to your computer and use it in GitHub Desktop.
MAMP - zshrc PATH #terminal #php #mysql
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