1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

add pat alias

This commit is contained in:
Ali Raghebi
2025-01-27 10:53:13 +03:30
committed by GitHub
parent c258d0739f
commit f891e89166

View File

@@ -5,6 +5,7 @@ alias bob='php artisan bob::build'
# Development
alias pas='php artisan serve'
alias pats='php artisan test'
alias pat='php artisan tink'
# Database
alias pam='php artisan migrate'