Added npm plugin.

This commit is contained in:
Sorin Ionescu 2011-03-20 16:29:00 -04:00 committed by Robby Russell
commit f928228382
2 changed files with 23 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