npm.plugin.zsh 103 Bytes
Newer Older
Sorin Ionescu's avatar
Sorin Ionescu committed
1
2
3
4
# add npm completion function to path
fpath=($ZSH/plugins/npm $fpath)
autoload -U compinit
compinit -i