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
Post a Comment