Add yarn global path

This commit is contained in:
Jonny Barnes 2016-10-19 20:27:50 +01:00
parent 9b802bb980
commit 47c47a59c5

3
zshrc
View file

@ -157,6 +157,9 @@ export GPG_TTY
test "$platform" = 'linux' && export PATH="$PATH:/home/jonny/.composer/vendor/bin"
test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin"
# yarn PATH
export PATH="$PATH:$HOME/.yarn/bin"
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"