diff --git a/modules/node/init.zsh b/modules/node/init.zsh index 62d434dc..904d24d9 100644 --- a/modules/node/init.zsh +++ b/modules/node/init.zsh @@ -16,8 +16,6 @@ if (( ! $+commands[node] )); then return 1 fi -pmodload 'helper' - # Load NPM completion. if (( $+commands[npm] )); then cache_file="${0:h}/cache.zsh"