Feat(Choux): add yarn prefix in path

This commit is contained in:
Bertrand Benjamin 2018-11-30 08:53:00 +01:00
parent 2a18b9ffc1
commit 58e6a62ba4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Created by newuser for 5.5.1
source <(antibody init)
antibody bundle < ~/.zsh_plugins.txt
PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin:$(yarn config get prefix)/bin"
source ~/.zshrc.local