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 -

python - GitPython: check if git is available -

c - getting error: cannot take the address of an rvalue of type 'int' -