mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-12 20:21:02 +01:00
feat(lando): add support for php
command (#10146)
Co-authored-by: Joshua Bedford <joshua.bedford@hurstreview.com>
This commit is contained in:
parent
4d7f0cfb47
commit
a4e68967a4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ function artisan \
|
||||||
drush \
|
drush \
|
||||||
gulp \
|
gulp \
|
||||||
npm \
|
npm \
|
||||||
|
php \
|
||||||
wp \
|
wp \
|
||||||
yarn {
|
yarn {
|
||||||
if checkForLandoFile; then
|
if checkForLandoFile; then
|
||||||
|
|
Loading…
Reference in a new issue