Skip to content

Instantly share code, notes, and snippets.

@Trexology
Last active November 1, 2017 03:29
Show Gist options
  • Save Trexology/d7c475c0f399125d166d9db96de002c3 to your computer and use it in GitHub Desktop.
Save Trexology/d7c475c0f399125d166d9db96de002c3 to your computer and use it in GitHub Desktop.
Sample bash_profile for OSX - (Laravel,ionic,android SDK,composer)
alias art="php artisan"
alias ion="ionic cordova"
export PATH="$PATH:$HOME/.composer/vendor/bin"
export PATH=/usr/local/sbin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment