1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-27 16:53:30 +02:00

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
+4
View File
@@ -0,0 +1,4 @@
# add npm completion function to path
fpath=($ZSH/plugins/npm $fpath)
autoload -U compinit
compinit -i