Update .aliases

This commit is contained in:
Oliver Davies 2018-03-10 10:45:15 +00:00 committed by GitHub
parent f05a30e858
commit bd563e7db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ alias ep="yarn run encore production"
alias ga="git add -p"
alias gc="git commit"
alias gcm="git commit -m"
alias git-home="cd `git rev-parse --show-toplevel`"
alias gl="git log"
alias gs="git status"
alias l="ls -lah"