2020-03-06 [Ubuntu 18.04] alias 73 0 ubuntu [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` ubuntu 回首頁