Merge pull request #500 from apaatsio/npm-autocompletion

npm autocompletion
pull/502/head
Nils Winkler 2015-06-10 07:26:14 +01:00
commit 4421ad1752
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# npm (Node Package Manager) completion
if command -v npm &>/dev/null
then
eval "$(npm completion)"
fi