mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
9 lines
225 B
Bash
9 lines
225 B
Bash
#!zsh
|
|
alias artisan='php artisan'
|
|
alias art='php artisan'
|
|
alias bob='php artisan bob::build'
|
|
alias tkr='php artisan tinker'
|
|
alias routes='php artisan route:list'
|
|
alias clear='php artisan view:clear; composer dump-autoload'
|
|
|
|
|