Added npm plugin.

This commit is contained in:
Sorin Ionescu
2011-04-12 10:22:31 +02:00
committed by Robby Russell
parent b3a78d2b28
commit f928228382
2 changed files with 23 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# add npm completion function to path
fpath=($ZSH/plugins/npm $fpath)
autoload -U compinit
compinit -i