Last active
November 1, 2017 03:29
-
-
Save Trexology/d7c475c0f399125d166d9db96de002c3 to your computer and use it in GitHub Desktop.
Sample bash_profile for OSX - (Laravel,ionic,android SDK,composer)
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 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