3 lines
69 B
Shell
3 lines
69 B
Shell
|
|
#!zsh
|
||
|
|
alias artisan='php artisan'
|
||
|
|
alias bob='php artisan bob::build'
|