mirror of https://github.com/ohmyzsh/ohmyzsh.git
add pat alias
This commit is contained in:
parent
c258d0739f
commit
f891e89166
|
@ -5,6 +5,7 @@ alias bob='php artisan bob::build'
|
||||||
# Development
|
# Development
|
||||||
alias pas='php artisan serve'
|
alias pas='php artisan serve'
|
||||||
alias pats='php artisan test'
|
alias pats='php artisan test'
|
||||||
|
alias pat='php artisan tink'
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
alias pam='php artisan migrate'
|
alias pam='php artisan migrate'
|
||||||
|
|
Loading…
Reference in New Issue