Alias
alias ng='sudo vim /etc/nginx/sites-available/default'
alias y='yarn'

alias yb='git pull && yarn && yarn build && pm2 restart xxx --time'