From 8c3203dba9385e7f957fe8d101f2d748c6f7826a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Feb 2017 18:45:38 +0000 Subject: [PATCH] Include composer and node_modules bin dirs --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d3a5b2e..4d9279a 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:$HOME/.composer/vendor/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:$HOME/.composer/vendor/bin:node_modules/.bin:vendor/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=/Users/opdavies/.oh-my-zsh