views:

17

answers:

0

I'm a new ZSH convert on OSX (git status in the prompt was my main driver to make the leap). Everything seems to be working swimmingly but I'm missing something from BASH..

In BASH I would start to run a CLI PHP script that's built around Symfony's CLI tools.

Typically I would run the command like this:

$> php doctrine --configuration=../conf/doctrine.xml migrations:migrate

In BASH I would be able to use the TAB key while typing out the ../conf/doctrine.xml portion to complete the directories.

In ZSH hitting the TAB key while typing out the directory results in... nothing.

Is there a setting in ZSH or a configuration I can set to enable this behavior of attempting to complete almost anything that looks like a directory?