[Ubuntu 18.04] alias

[Ubuntu 18.04] alias

## Step 1: 
`sudo vi ~/.bashrc`

## Step 2:
加上alias指令
範例:`alias gp='git pull&&php artisan config:cache&&php artisan route:cache&&php artisan route:list'`

## Step 3:
如果想要立即生效
`source ~/.bashrc`