Added all commands to npm plugin

This commit is contained in:
Mindaugas Mozūras 2011-03-17 19:04:13 +02:00
commit 6111779682
2 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# add npm completion function to path
fpath=($ZSH/plugins/npm $fpath)
autoload -U compinit
compinit -i