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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -