Last active
November 26, 2019 16:30
-
-
Save mikemclin/ed81330f336165e50fbb to your computer and use it in GitHub Desktop.
Bash Profile
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
export PATH=vendor/bin:$PATH | |
export PATH=Users/mikemclin/bin:$PATH | |
export PATH=/.composer/vendor/bin:$PATH | |
export PATH=node_modules/.bin:$PATH | |
export EDITOR='subl -w' | |
alias artisan='php artisan' | |
function homestead() { | |
( cd ~/Homestead && vagrant $* ) | |
} | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open
.bash_profile
file in Sublime Text with the following command: