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:
committed by
Robby Russell
parent
b3a78d2b28
commit
f928228382
@@ -0,0 +1,4 @@
|
||||
# add npm completion function to path
|
||||
fpath=($ZSH/plugins/npm $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
Reference in New Issue
Block a user