Include composer and node_modules bin dirs
This commit is contained in:
parent
d5ef0a61a4
commit
8c3203dba9
2
.zshrc
2
.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
|
||||
|
|
Loading…
Reference in a new issue