Update .aliases

This commit is contained in:
Oliver Davies 2018-02-20 23:34:07 +00:00 committed by GitHub
parent dc50ba5410
commit 05538dca11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,6 @@ alias cdu="composer dump-autoload"
alias ci="composer install"
alias cr="composer require"
alias docker-composer="docker-compose"
alias f="fin"
alias fd="fin drush"
alias fv="fin vm"
alias ga="git add -p"
alias gc="git commit"
alias gcm="git commit -m"
@ -20,8 +17,7 @@ alias pf="phpunit --filter "
alias phps="phpstorm"
alias st="subl"
alias stt="subl ."
alias tmp="cd ~/tmp"
alias v="vagrant"
alias wip="git add . && git commit -m 'wip'"
# Print each PATH entry on a separate line
alias path='echo -e ${PATH//:/\\n}'