From 2c9cd4207bc5936d71d48ae2b8162afb21697fa6 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 26 Oct 2012 12:38:52 +0200 Subject: [PATCH] homebrew npm path --- shell/homebrew | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/homebrew b/shell/homebrew index 7519c24..377ceba 100755 --- a/shell/homebrew +++ b/shell/homebrew @@ -4,6 +4,7 @@ PATH=/usr/local/bin:/usr/local/sbin:$PATH # node.js path NODE_PATH=/usr/local/lib/node export NODE_PATH +PATH=$PATH:/usr/local/share/npm/bin # python test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"