mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
added some alias
for laravel magicians
This commit is contained in:
parent
d848c94804
commit
1c53d07aae
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
#!zsh
|
#!zsh
|
||||||
alias artisan='php artisan'
|
alias artisan='php artisan'
|
||||||
|
alias art='php artisan'
|
||||||
alias bob='php artisan bob::build'
|
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'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue