1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-06 20:57:47 +08:00
This commit is contained in:
Santhosh Janardhanan 2024-11-19 20:35:38 -05:00 committed by GitHub
commit 3f4f595eaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ alias pacac='php artisan cache:clear'
alias pacoc='php artisan config:clear'
alias pavic='php artisan view:clear'
alias paroc='php artisan route:clear'
alias poc='php artisan optimize:clear'
# queues
alias paqf='php artisan queue:failed'