mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updated plugin shortcuts
This commit is contained in:
parent
beeda72826
commit
56b924d526
2 changed files with 55 additions and 37 deletions
|
|
@ -5,6 +5,9 @@ alias bob='php artisan bob::build'
|
|||
# Development
|
||||
alias pas='php artisan serve'
|
||||
|
||||
# Key
|
||||
alias pakg='php artisan key:generate'
|
||||
|
||||
# Database
|
||||
alias pam='php artisan migrate'
|
||||
alias pamf='php artisan migrate:fresh'
|
||||
|
|
@ -39,3 +42,6 @@ alias paql='php artisan queue:listen'
|
|||
alias paqr='php artisan queue:retry'
|
||||
alias paqt='php artisan queue:table'
|
||||
alias paqw='php artisan queue:work'
|
||||
|
||||
# Storage
|
||||
alias pasl='php artisan storage:link'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue