Update .aliases

This commit is contained in:
Oliver Davies 2018-03-10 07:48:13 +00:00 committed by GitHub
parent 182360acf8
commit 2ccf9e38bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ alias pf="phpunit --filter "
alias phps="phpstorm"
alias st="subl"
alias stt="subl ."
alias website="cd ~/Code/Personal/website && subl . && composer watch"
alias website="cd ~/Code/Personal/website && subl . && open http://localhost:8000 && composer watch"
alias wip="git add . && git commit -m 'wip'"
# Print each PATH entry on a separate line