mirror of https://github.com/ohmyzsh/ohmyzsh.git
feat(lando): add support for `php` command (#10146)
Co-authored-by: Joshua Bedford <joshua.bedford@hurstreview.com>pull/9973/head^2
parent
4d7f0cfb47
commit
a4e68967a4
|
@ -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 New Issue