at v206 94 B view raw
1addNodePath () { 2 addToSearchPath NODE_PATH $1/lib/node_modules 3} 4 5envHooks+=(addNodePath)