Include composer and node_modules bin dirs

This commit is contained in:
Oliver Davies 2017-02-23 18:45:38 +00:00
parent d5ef0a61a4
commit 8c3203dba9

2
.zshrc
View file

@ -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