1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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

View File

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