Add yarn global path
This commit is contained in:
parent
9b802bb980
commit
47c47a59c5
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue