Added npm plugin.

This commit is contained in:
Sorin Ionescu
2011-03-20 16:29:00 -04:00
committed by Robby Russell
parent b3a78d2b28
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