Skip to content

Instantly share code, notes, and snippets.

@mikemclin
Last active November 26, 2019 16:30
Show Gist options
  • Save mikemclin/ed81330f336165e50fbb to your computer and use it in GitHub Desktop.
Save mikemclin/ed81330f336165e50fbb to your computer and use it in GitHub Desktop.
Bash Profile
export PATH=vendor/bin:$PATH
alias artisan='php artisan'
alias jserve='java -jar "app/tests/selenium-server-standalone-2.39.0.jar"'
@mikemclin
Copy link
Author

Open .bash_profile file in Sublime Text with the following command:

subl ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment