From 0578d19d06a88d8cbb7d00d109f4d9605774d2ef Mon Sep 17 00:00:00 2001 From: Alex Reece Date: Thu, 13 Jun 2013 22:19:49 -0400 Subject: [PATCH] never meant to touch this file --- modules/node/init.zsh | 2 -- 1 file changed, 2 deletions(-) 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"