Add fast open

This commit is contained in:
Oliver Davies 2019-04-01 10:13:55 +01:00 committed by GitHub
parent ff36625865
commit 01a9c89f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,9 @@ alias wip="git add . && git commit -m 'wip'"
alias l="ls -lah"
# Fast open
alias o="open ."
alias p="phpunit"
alias pf="phpunit --filter "
alias pstorm="phpstorm"