mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Add optimize clear to the command list
This commit is contained in:
parent
706b2f3765
commit
0ec211d281
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ alias pacac='php artisan cache:clear'
|
||||||
alias pacoc='php artisan config:clear'
|
alias pacoc='php artisan config:clear'
|
||||||
alias pavic='php artisan view:clear'
|
alias pavic='php artisan view:clear'
|
||||||
alias paroc='php artisan route:clear'
|
alias paroc='php artisan route:clear'
|
||||||
|
alias poc='php artisan optimize:clear'
|
||||||
|
|
||||||
# queues
|
# queues
|
||||||
alias paqf='php artisan queue:failed'
|
alias paqf='php artisan queue:failed'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue