From 4e2a2aaa1dd26a513367dfeede38b2f52f3b6fc8 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 25 Apr 2012 23:10:28 +0200 Subject: [PATCH] lets turn on the npm module --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index b2b06f6..312abe5 100644 --- a/zshrc +++ b/zshrc @@ -24,7 +24,7 @@ COMPLETION_WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git svn debian screen) +plugins=(git svn debian npm node) source $ZSH/oh-my-zsh.sh