Update PATH
This commit is contained in:
parent
94fdc72c7c
commit
2f80b44ac0
7
.zshrc
7
.zshrc
|
@ -1,5 +1,10 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:/usr/local/bin:$HOME/.composer/vendor/bin:node_modules/.bin:vendor/bin:$PATH
|
||||
export PATH=$PATH:/usr/local/sbin
|
||||
export PATH=$PATH:$HOME/.composer/vendor/bin
|
||||
export PATH=$PATH:node_modules/.bin
|
||||
export PATH=$PATH:bin
|
||||
export PATH=$PATH:vendor/bin
|
||||
export PATH=$PATH:"$HOME/.platformsh/bin"
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/Users/opdavies/.oh-my-zsh
|
||||
|
|
Loading…
Reference in a new issue