2017-11-26 21:25:38 +00:00
|
|
|
alias ccp="composer create-project"
|
|
|
|
alias cdu="composer dump-autoload"
|
|
|
|
alias ci="composer install"
|
|
|
|
alias cr="composer require"
|
2017-09-28 15:35:43 +00:00
|
|
|
alias docker-composer="docker-compose"
|
2018-03-10 08:07:30 +00:00
|
|
|
alias ed="yarn run encore dev"
|
|
|
|
alias edw="yarn run encore dev --watch"
|
|
|
|
alias ep="yarn run encore production"
|
2016-11-16 22:27:32 +00:00
|
|
|
alias ga="git add -p"
|
|
|
|
alias gc="git commit"
|
2017-02-23 18:45:25 +00:00
|
|
|
alias gcm="git commit -m"
|
2018-03-10 10:45:15 +00:00
|
|
|
alias git-home="cd `git rev-parse --show-toplevel`"
|
2017-05-08 10:42:28 +00:00
|
|
|
alias gl="git log"
|
|
|
|
alias gs="git status"
|
2016-11-16 22:27:32 +00:00
|
|
|
alias l="ls -lah"
|
2017-02-23 18:45:25 +00:00
|
|
|
alias nah="git reset --hard && git clean -fd"
|
2017-11-26 21:25:38 +00:00
|
|
|
alias nb="npm run build"
|
|
|
|
alias nw="npm run watch"
|
2017-04-06 19:50:44 +00:00
|
|
|
alias p="phpunit"
|
|
|
|
alias pf="phpunit --filter "
|
2017-09-28 15:35:43 +00:00
|
|
|
alias phps="phpstorm"
|
2016-11-16 22:27:32 +00:00
|
|
|
alias st="subl"
|
|
|
|
alias stt="subl ."
|
2018-03-10 08:07:30 +00:00
|
|
|
alias website="cd ~/Code/Personal/oliverdavi.es"
|
2018-03-19 22:27:17 +00:00
|
|
|
alias web="cd ~/Code"
|
2018-02-20 23:34:07 +00:00
|
|
|
alias wip="git add . && git commit -m 'wip'"
|
2017-03-08 22:03:14 +00:00
|
|
|
|
|
|
|
# Print each PATH entry on a separate line
|
|
|
|
alias path='echo -e ${PATH//:/\\n}'
|