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"