mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Update laravel.plugin.zsh
fix "'" at the begining of the command
This commit is contained in:
parent
ef819f67cb
commit
8ca8b2271c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ alias pamf='php artisan migrate:fresh'
|
|||
alias pamfs='php artisan migrate:fresh --seed'
|
||||
alias pamr='php artisan migrate:rollback'
|
||||
alias pads='php artisan db:seed'
|
||||
alias padw=php artisan db:wipe'
|
||||
alias padw='php artisan db:wipe'
|
||||
|
||||
# Makers
|
||||
alias pamm='php artisan make:model'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue