autocomplete in OSX terminal after `npm run tdd` command -


i'm using osx 10.10.3, have installed zsh. , every time when want run specific test configured in package.json execute npm run tdd followed test file.

in linux systems if press tab after command:

npm run tdd ~/

will show me folders or attempt autocomplete instruction, doesn't happen in osx terminal, makes noise there no recommendations this.

how can fixed?, :)


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

Reversible shuffling a int array in java -